4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec vtysh -c 'exit' -d "$(basename "${PWD}")" >/dev/null 2>&1
|