Add new bin scripts

This commit is contained in:
Gregory Eremin
2020-09-12 09:59:24 +02:00
parent 9b3ff362cf
commit 5f10a0fc70
13 changed files with 204 additions and 37 deletions
Executable
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
CHOICE=`wofi -i -d -W 400 -H 250 -p 'Choose' << EOF
Services
VPN
EOF`
case $CHOICE in
'Services')
mymenu-services
;;
'VPN')
mymenu-vpn
;;
esac