forked from shigeno143/Deb7AutoScriptVPS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.sh
More file actions
23 lines (22 loc) · 1.28 KB
/
about.sh
File metadata and controls
23 lines (22 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
#About this script
clear
echo -e "\e[94m Deb7AutoScriptVPS by Kenexed "
echo -e " "
echo -e "\e[94m##################################################"
echo -e "\e[94m# #"
echo -e "\e[94m# For Debian 7 32 bit & 64 bit #"
echo -e "\e[94m# For VPS with KVM and VMWare virtualization #"
echo -e "\e[94m# #"
echo -e "\e[94m# Original Script by: #"
echo -e "\e[94m# Fornesia #"
echo -e "\e[94m# Rzengineer #"
echo -e "\e[94m# Fawzya #"
echo -e "\e[94m# #"
echo -e "\e[94m# Improvements by: #"
echo -e "\e[94m# Shigeno #"
echo -e "\e[94m# #"
echo -e "\e[94m##################################################"
echo -e "\e[0m "
echo -e " "
echo -e " "