1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Gogh/test/test.sh

146 lines
4.3 KiB
Bash
Raw Normal View History

#!/usr/bin/env bash
2015-07-28 20:06:02 +03:00
# Reset color
RS="\e[0m"
# Basic Colors
BLACK="\e[0;30m"
RED="\e[0;31m"
GREEN="\e[0;32m"
YELLOW="\e[0;33m"
BLUE="\e[0;34m"
PURPLE="\e[0;35m"
CYAN="\e[0;36m"
WHITE="\e[0;37m"
function_message_title () {
2018-11-29 23:48:25 +03:00
echo ""
echo ""
echo ""
echo ""
echo ""
echo -e "${CYAN}"
echo -e "# | ::::::::::::::::::::::::::::::::::::::::::::: | #"
echo -e "# | ${RS} $1 ${CYAN}"
echo -e "# | ::::::::::::::::::::::::::::::::::::::::::::: | #"
echo -e "${RS}"
2015-07-28 20:06:02 +03:00
}
color () {
2018-11-29 23:48:25 +03:00
# echo ""
#black
echo -e "\e[0;30m ███ *** AaBbCs --- ███ \\e[0m ---> Color 01 0;30m"
#red
echo -e "\e[0;31m ███ *** AaBbCs --- ███ \\e[0m ---> Color 02 0;31m"
#green
echo -e "\e[0;32m ███ *** AaBbCs --- ███ \\e[0m ---> Color 03 0;32m"
#yellow
echo -e "\e[0;33m ███ *** AaBbCs --- ███ \\e[0m ---> Color 04 0;33m"
#blue
echo -e "\e[0;34m ███ *** AaBbCs --- ███ \\e[0m ---> Color 05 0;34m"
#purple
echo -e "\e[0;35m ███ *** AaBbCs --- ███ \\e[0m ---> Color 06 0;35m"
#cyan
echo -e "\e[0;36m ███ *** AaBbCs --- ███ \\e[0m ---> Color 07 0;36m"
#white
echo -e "\e[0;37m ███ *** AaBbCs --- ███ \\e[0m ---> Color 08 0;37m"
echo ""
#black
echo -e "\e[1;30m ███ *** AaBbCs --- ███ \\e[0m ---> Color 09 1;30m"
#red
echo -e "\e[1;31m ███ *** AaBbCs --- ███ \\e[0m ---> Color 10 1;31m"
#green
echo -e "\e[1;32m ███ *** AaBbCs --- ███ \\e[0m ---> Color 11 1;32m"
#yellow
echo -e "\e[1;33m ███ *** AaBbCs --- ███ \\e[0m ---> Color 12 1;33m"
#blue
echo -e "\e[1;34m ███ *** AaBbCs --- ███ \\e[0m ---> Color 13 1;34m"
#purple
echo -e "\e[1;35m ███ *** AaBbCs --- ███ \\e[0m ---> Color 14 1;35m"
#cyan
echo -e "\e[1;36m ███ *** AaBbCs --- ███ \\e[0m ---> Color 15 1;36m"
#white
echo -e "\e[1;37m ███ *** AaBbCs --- ███ \\e[0m ---> Color 16 1;37m"
echo ""
echo -e "\e[0;30m█████\\e[0m\e[0;31m█████\\e[0m\e[0;32m█████\\e[0m\e[0;33m█████\\e[0m\e[0;34m█████\\e[0m\e[0;35m█████\\e[0m\e[0;36m█████\\e[0m\e[0;37m█████\\e[0m"
echo -e "\e[0m\e[1;30m█████\\e[0m\e[1;31m█████\\e[0m\e[1;32m█████\\e[0m\e[1;33m█████\\e[0m\e[1;34m█████\\e[0m\e[1;35m█████\\e[0m\e[1;36m█████\\e[0m\e[1;37m█████\\e[0m"
2015-07-28 20:06:02 +03:00
}
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3D44")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "https://git.io/v5mXj")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3D4d")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "https://git.io/v5mXA")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3D4N")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3D4o")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3D82")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3D8e")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3D8R")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "https://git.io/v5mXi")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DB9")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBB")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBe")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBF")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBK")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBM")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "https://git.io/v5mPp")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBP")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v5f6B")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBT")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBv")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DBV")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "https://git.io/vQ9TY")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3Dlb")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3Dlb")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3Dli")"
2015-07-28 20:06:02 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3Dll")"
2015-08-13 20:07:08 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3Dlm")"
2015-08-13 20:07:08 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3Dlr")"
2015-08-13 20:07:08 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3Dlz")"
2015-08-13 20:07:08 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DR0")"
2015-08-13 20:07:08 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DRB")"
2015-08-13 20:19:11 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "https://git.io/v5m1t")"
2015-08-15 03:58:12 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DRc")"
2015-08-15 03:58:12 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "https://git.io/v5m1s")"
2015-08-15 03:58:12 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "https://git.io/v5m1Y")"
2015-08-15 03:58:12 +03:00
color
2018-11-30 01:20:17 +03:00
bash -c "$(wget -qO- "http://git.io/v3DRs")"
2015-08-15 03:58:12 +03:00
color