Block-drawing characters android ASCII logo.

This commit is contained in:
Brett Bohnenkamper
2013-05-12 01:48:56 -05:00
parent f0d51847ae
commit c7cb10d39b

View File

@@ -2349,20 +2349,20 @@ asciiText () {
c2="\e[1;32m" # Bold Green
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi
startline="2"
fulloutput=(
"${c2} \ |##| /"
"${c2} |######|"
"${c2} |##${c1}{}${c2}###${c1}{}${c2}#| %s"
"${c2} |############| %s"
"${c2} %s"
"${c2} mm |############| mm %s"
"${c2} || |############| || %s"
"${c2} || |############| || %s"
"${c2} uu |############| uu %s"
"${c2} |############| %s"
"${c2} |############| %s"
"${c2} || ||"
"${c2} uu uu")
fulloutput=(
"${c2} ╲ ▁▂▂▂▁ "
"${c2} ▄███████▄ "
"${c2} ▄██${c1} ${c2}███${c1} ${c2}██▄ %s"
"${c2} ▄███████████▄ %s"
"${c2} ▄█ ▄▄▄▄▄▄▄▄▄▄▄▄▄ █▄ %s"
"${c2} ██ █████████████ ██ %s"
"${c2} ██ █████████████ ██ %s"
"${c2} ██ █████████████ ██ %s"
"${c2} ██ █████████████ ██ %s"
"${c2} █████████████ %s"
"${c2} ███████████ %s"
"${c2} ██ ██"
"${c2} ██ ██")
;;
"Scientific Linux")