mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
17 lines
262 B
Bash
Executable File
17 lines
262 B
Bash
Executable File
#!/bin/sh
|
|
c0="${reset}${blue}" # first color
|
|
|
|
## OUTPUT
|
|
|
|
cat <<EOF
|
|
|
|
${c0} /\\
|
|
${c0} / \\
|
|
${c0} /\`'.,\\
|
|
${c0} / ',
|
|
${c0} / ,\`\\
|
|
${c0} / ,.'\`. \\
|
|
${c0} /.,'\` \`'.\\
|
|
|
|
EOF
|