mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-28 13:36:59 -05:00
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
VPNC_FILE='/var/run/vpnc.pid'
|
||
|
|
||
|
if [[ -e "${VPNC_FILE}" ]]; then
|
||
|
echo "on"
|
||
|
echo "on"
|
||
|
echo ""
|
||
|
fi
|