Escape AmogOS backslashes
This commit is contained in:
parent
95a6cc7f4b
commit
69f07aec8f
1 changed files with 10 additions and 10 deletions
20
neofetch
20
neofetch
|
@ -7278,24 +7278,24 @@ EOF
|
||||||
set_colors 15 6
|
set_colors 15 6
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c1} ___________
|
${c1} ___________
|
||||||
/ \
|
/ \\
|
||||||
/ ${c2}______${c1} \
|
/ ${c2}______${c1} \\
|
||||||
/ ${c2}/ \${c1} \
|
/ ${c2}/ \\${c1} \\
|
||||||
| ${c2}( )${c1} \
|
| ${c2}( )${c1} \\
|
||||||
/ ${c2}\______/${c1} |
|
/ ${c2}\\______/${c1} |
|
||||||
| |
|
| |
|
||||||
/ \
|
/ \\
|
||||||
| |
|
| |
|
||||||
| |
|
| |
|
||||||
/ |
|
/ |
|
||||||
| |
|
| |
|
||||||
| _______ |
|
| _______ |
|
||||||
____/ / \ |
|
____/ / \\ |
|
||||||
/ | | |
|
/ | | |
|
||||||
| / ____/ |
|
| / ____/ |
|
||||||
\_________/ / |
|
\\_________/ / |
|
||||||
\ __/
|
\\ __/
|
||||||
\_______/
|
\\_______/
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue