This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
89790fdd10
dotfiles
/
.local
/
bin
/
scripts
/
vpn
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bin: more tiny helpers
2023-04-12 06:35:48 +00:00
#!/bin/sh -e
bin: useful script shortcut additions
2023-04-27 12:28:04 +00:00
test -f "$1" || cd "$XDG_DATA_HOME/openvpn"
bin: more tiny helpers
2023-04-12 06:35:48 +00:00
tmux new-session -s "$@" "sudo openvpn $@"