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
750b42f7cf
dotfiles
/
.local
/
bin
/
scripts
/
vpn
4 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh -e
test
-f
"
$1
"
||
cd
"
$XDG_DATA_HOME
/openvpn
"
tmux new-session -s
"
$@
"
"
sudo openvpn
$@
"
Reference in New Issue
View Git Blame
Copy Permalink