-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmenu.sh
More file actions
36 lines (35 loc) · 2.12 KB
/
menu.sh
File metadata and controls
36 lines (35 loc) · 2.12 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
30
31
32
33
34
35
36
#!/bin/bash
#Menu
clear
echo -e " "
echo -e "\e[94m ::::::::: :::::::::: ::::::::: ::::::::::: "
echo -e "\e[94m :+: :+: :+: :+: :+: :+: :+: "
echo -e "\e[94m +:+ +:+ +:+ +:+ +:+ +:+ "
echo -e "\e[94m #+ +:+ +#++:++# +#++:++#+ +#+ "
echo -e "\e[94m +#+ +#+ +#+ +#+ +#+ +#+ "
echo -e "\e[94m #+# #+# #+# #+# #+# #+# "
echo -e "\e[94m ######### ########## ######### ### "
echo -e "\e[94m Deb7AutoScriptVPS by Shigeno "
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 " "