-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathservermessage.sh
More file actions
36 lines (33 loc) · 1.11 KB
/
servermessage.sh
File metadata and controls
36 lines (33 loc) · 1.11 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
#!/bin/bash
#Script for ServerMessage Editing
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 ""
echo -e ""
echo -e "READ ME FIRST"
echo -e ""
echo -e "* To Save Changes in Nano Editor *"
echo -e "Press Ctrl+X,"
echo -e "Press Y,"
echo -e "Press Enter,"
echo -e ""
echo -e ""
echo -e "* To Close Nano Editor *"
echo -e "Press Ctrl+Z"
echo -e ""
echo -e ""
echo -e "* To Change Server Message *"
echo -e "Please input the following command:"
echo -e "nano /etc/issue.net"
echo -e ""
echo -e ""