Merge pull request #1219 from zyg812/master

ASCII: Add fedora_small
This commit is contained in:
black 2019-03-12 14:43:35 +02:00 committed by GitHub
commit cc78503b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -5987,6 +5987,20 @@ KX '0XdKMMK;.xMMMk, .0MMMMMXx; ...
EOF EOF
;; ;;
"fedora_small")
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} _____
/ __)${c1}\\${c2}
| / ${c1}\\ \\${c2}
${c1}__${c2}_| |_${c1}_/ /${c2}
${c1}/ ${c2}(_ _)${c1}_/${c2}
${c1}/ /${c2} | |
${c1}\\ \\${c2}__/ |
${c1}\\${c2}(_____/
EOF
;;
"Fedora"* | "RFRemix"*) "Fedora"* | "RFRemix"*)
set_colors 4 7 1 set_colors 4 7 1
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'