dotfiles/.local/bin/scripts/vpn

3 lines
56 B
Plaintext
Raw Normal View History

2023-04-12 06:35:48 +00:00
#!/bin/sh -e
tmux new-session -s "$@" "sudo openvpn $@"