This website requires JavaScript.
Explore
Help
Register
Sign In
Mathis
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d2e715ab64
dotfiles
/
bin
/
polybar
/
vpn_running.sh
7 lines
75 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
"
$(
pgrep openvpn
)
"
]
;
then
echo
""
else
echo
fi
Reference in New Issue
View Git Blame
Copy Permalink