-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.sh
More file actions
31 lines (30 loc) · 1.8 KB
/
about.sh
File metadata and controls
31 lines (30 loc) · 1.8 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
#!/bin/bash
#About this script
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 " "
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 " "