menu.sh 699 B

123456789101112131415161718
  1. #!/bin/bash
  2. #Menu
  3. echo -e "* menu : Displays a list of available commands"
  4. echo -e "* usernew : Creating an SSH Account"
  5. echo -e "* trial : Create a Trial Account"
  6. echo -e "* delete : Clearing SSH and OpenVPN Account"
  7. echo -e "* check : Check User Login"
  8. echo -e "* member : Check Member SSH and OpenVPN"
  9. echo -e "* restart : Restart Service dropbear, webmin"
  10. echo -e " squid3, OpenVPN and SSH"
  11. echo -e "* reboot : reboot VPS"
  12. echo -e "* speedtest : speedtest VPS"
  13. echo -e "* info : System Information"
  14. echo -e "* about : Information about auto install script"
  15. echo -e "* exit : exit Putty/Connecbot/"
  16. echo -e " JuiceSSH"
  17. echo -e ""