Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeitsperre/210255e4b9ea9ea3d2b4f6018b9297fa to your computer and use it in GitHub Desktop.
Save Zeitsperre/210255e4b9ea9ea3d2b4f6018b9297fa to your computer and use it in GitHub Desktop.
CentOS ASCII Art
#" .. "
#" .PLTJ. "
#" <><><><> "
#" KKSSV' 4KKK LJ KKKL.'VSSKK "
#" KKV' 4KKKKK LJ KKKKAL 'VKK "
#" V' ' 'VKKKK LJ KKKKV' ' 'V "
#" .4MA.' 'VKK LJ KKV' '.4Mb. "
#" . KKKKKA.' 'V LJ V' '.4KKKKK . "
#" .4D KKKKKKKA.'' LJ ''.4KKKKKKK FA. "
#" +QDD ++++++++++++XX++++++++++++ GFD+ "
#" 'VD KKKKKKKK'.. LJ ..'KKKKKKKK FV' "
#" ' VKKKKK'. .4 LJ K. .'KKKKKV ' "
#" 'VK'. .4KK LJ KKA. .'KV' "
#" A. . .4KKKK LJ KKKKA. . .4 "
#" KKA. 'KKKKK LJ KKKKK' .4KK "
#" KKSSA. VKKK LJ KKKV .4SSKK "
#" <><><><> "
#" 'MKKM' "
#" '' "
yellow="\e[1;33m"
green="\e[1;32m"
blue="\e[1;34m"
purple="\e[1;35m"
white="\e[0m"
echo -e "${yellow} .."
echo -e "${yellow} .PLTJ."
echo -e "${yellow} <><><><> "
echo -e " ${green}KKSSV' 4KKK ${yellow}LJ${purple} KKKL.'VSSKK"
echo -e " ${green}KKV' 4KKKKK ${yellow}LJ${purple} KKKKAL 'VKK"
echo -e " ${green}V' ' 'VKKKK ${yellow}LJ${purple} KKKKV' ' 'V"
echo -e " ${green}.4MA.' 'VKK ${yellow}LJ${purple} KKV' '.4Mb."
echo -e "${purple} . ${green}KKKKKA.' 'V ${yellow}LJ${purple} V' '.4KKKKK ${blue}."
echo -e "${purple} .4D ${green}KKKKKKKA.'' ${yellow}LJ${purple} ''.4KKKKKKK ${blue}FA."
echo -e "${purple} +QDD ++++++++++++ ${blue}++++++++++++ GFD+"
echo -e "${purple} 'VD ${blue}KKKKKKKK'.. ${green}LJ ${yellow}..'KKKKKKKK ${blue}FV'"
echo -e "${purple} ' ${blue}VKKKKK'. .4 ${green}LJ ${yellow}K. .'KKKKKV ${blue}'"
echo -e " ${blue} 'VK'. .4KK ${green}LJ ${yellow}KKA. .'KV'"
echo -e " ${blue}A. . .4KKKK ${green}LJ ${yellow}KKKKA. . .4"
echo -e " ${blue}KKA. 'KKKKK ${green}LJ ${yellow}KKKKK' .4KK"
echo -e " ${blue}KKSSA. VKKK ${green}LJ ${yellow}KKKV .4SSKK"
echo -e "${green} <><><><> "
echo -e "${green} 'MKKM'"
echo -e "${green} ''"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment