3 lines
56 B
Plaintext
3 lines
56 B
Plaintext
|
#!/bin/sh -e
|
||
|
tmux new-session -s "$@" "sudo openvpn $@"
|