dotfiles/bin/polybar/vpn_running.sh

7 lines
75 B
Bash
Raw Normal View History

2019-02-11 16:43:02 +00:00
#!/bin/sh
if [ "$(pgrep openvpn)" ]; then
echo ""
else
echo
fi