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