Initial commit of utility scripts
This commit is contained in:
parent
ac77586a15
commit
1faeefffd7
34 changed files with 1328 additions and 1 deletions
5
bin/bar_vpn.sh
Executable file
5
bin/bar_vpn.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Check to see if openvpn is running. If it is then output a message
|
||||
|
||||
pgrep openvpn 1>/dev/null &&
|
||||
echo " VPN ACTIVATED"
|
Loading…
Add table
Add a link
Reference in a new issue