mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 21:55:19 +02:00
3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec vtysh -c 'exit' -d "$(basename "${PWD}")" >/dev/null 2>&1
|