dotfiles/.local/bin/scripts/vpn
2023-04-27 14:28:04 +02:00

3 lines
100 B
Bash
Executable file

#!/bin/sh -e
test -f "$1" || cd "$XDG_DATA_HOME/openvpn"
tmux new-session -s "$@" "sudo openvpn $@"