This commit is contained in:
Salyrus
2021-12-08 10:52:36 +01:00
parent 416d2ebcf8
commit 2ec1bdcbad
29 changed files with 3005 additions and 8 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
printf "VPN: " && (pgrep -a openvpn$ | head -n 1 | awk '{print $NF }' | cut -d '.' -f 1 && echo down) | head -n 1