Skip to content

Commit

Permalink
[PR] #339 from CrackedMatter: Escape AmogOS logo backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
catumin authored Aug 28, 2024
2 parents 95a6cc7 + 69f07ae commit d5b283e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -7278,24 +7278,24 @@ EOF
set_colors 15 6
read -rd '' ascii_data <<'EOF'
${c1} ___________
/ \
/ ${c2}______${c1} \
/ ${c2}/ \${c1} \
| ${c2}( )${c1} \
/ ${c2}\______/${c1} |
/ \\
/ ${c2}______${c1} \\
/ ${c2}/ \\${c1} \\
| ${c2}( )${c1} \\
/ ${c2}\\______/${c1} |
| |
/ \
/ \\
| |
| |
/ |
| |
| _______ |
____/ / \ |
____/ / \\ |
/ | | |
| / ____/ |
\_________/ / |
\ __/
\_______/
\\_________/ / |
\\ __/
\\_______/
EOF
;;

Expand Down

0 comments on commit d5b283e

Please sign in to comment.