Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Bash by Landgraff ( 14 years ago )
#!/bin/sh
zenity --title=Kerio_VPN_client --width=300 --question --text=start_or_stop --ok-label=start --cancel-label=stop
Y=$?
if [ $Y = 0 ]
then /etc/init.d/kerio-kvc start ; notify-send "$(echo 'Kerio VPN client запущен')" -u critical
else /etc/init.d/kerio-kvc stop ; notify-send "$(echo 'Kerio VPN client остановлен')" -u critical
fi

 

Revise this Paste

Your Name: Code Language: