Escape AmogOS backslashes

This commit is contained in:
CrackedMatter 2024-08-25 12:25:12 +02:00
parent 95a6cc7f4b
commit 69f07aec8f

View file

@ -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
;; ;;