mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-05 17:24:22 +00:00
7 lines
75 B
Bash
Executable File
7 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "$(pgrep openvpn)" ]; then
|
|
echo ""
|
|
else
|
|
echo
|
|
fi |