-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathmenu.sh
More file actions
18 lines (17 loc) · 699 Bytes
/
menu.sh
File metadata and controls
18 lines (17 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
#Menu
echo -e "* menu : Displays a list of available commands"
echo -e "* usernew : Creating an SSH Account"
echo -e "* trial : Create a Trial Account"
echo -e "* delete : Clearing SSH and OpenVPN Account"
echo -e "* check : Check User Login"
echo -e "* member : Check Member SSH and OpenVPN"
echo -e "* restart : Restart Service dropbear, webmin"
echo -e " squid3, OpenVPN and SSH"
echo -e "* reboot : reboot VPS"
echo -e "* speedtest : speedtest VPS"
echo -e "* info : System Information"
echo -e "* about : Information about auto install script"
echo -e "* exit : exit Putty/Connecbot/"
echo -e " JuiceSSH"
echo -e ""