dotfiles/.local/bin/scripts/vpn

3 lines
56 B
Text
Raw Normal View History

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