forked from shigeno143/Deb7AutoScriptVPS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmenu.sh
More file actions
29 lines (28 loc) · 1.66 KB
/
menu.sh
File metadata and controls
29 lines (28 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
#Menu
clear
echo -e " "
echo -e "\e[94m Deb7AutoScriptVPS by Kenexed "
echo -e "\e[0m "
echo -e " "
echo -e "\e[94m##################################################"
echo -e "\e[94m# Commands Description #"
echo -e "\e[94m# #"
echo -e "\e[94m# menu ---- Show Commands #"
echo -e "\e[94m# add ---- Create User Account #"
echo -e "\e[94m# trial ---- Create Trial Account #"
echo -e "\e[94m# remove ---- Remove Account #"
echo -e "\e[94m# check ---- Check Account Login #"
echo -e "\e[94m# member ---- Check Users #"
echo -e "\e[94m# banner ---- Configure Server Message #"
echo -e "\e[94m# restart ---- Restart Services #"
echo -e "\e[94m# reboot ---- Reboot VPS #"
echo -e "\e[94m# speedtest ---- Speedtest VPS #"
echo -e "\e[94m# info ---- System Information #"
echo -e "\e[94m# about ---- Deb7AutoScriptVPS Info #"
echo -e "\e[94m# exit ---- Close Putty / JuiceSSH #"
echo -e "\e[94m# #"
echo -e "\e[94m##################################################"
echo -e "\e[0m "
echo -e " "
echo -e " "