fix and colourise digital UNIX logo

This commit is contained in:
Horst G. Burkhardt 2023-11-30 00:26:06 +00:00
parent 78bcf1e5cc
commit b407bc0ea4

View file

@ -9056,16 +9056,17 @@ EOF
;;
"digital UNIX"*)
set_colors 1 6 7
read -rd '' ascii_data <<'EOF'
${c1} +-+-+-+-+-+-+-+
|${c3}d${c1}|${c3}i${c1}|${c3}g${c1}|${c3}i${c1}|${c3}t${c1}|${c3}a${c1}|${c3}l${c1}|
+-+-+-+-+-+-+-+
|d|i|g|i|t|a|l|
+-+-+-+-+-+-+-+
_ _ _ _ _______ __
${c2} _ _ _ _ _______ __
| | | | \ | |_ _\ \ / /
| | | | \| | | | \ V /
| | | | . ` | | | > <
| |__| | |\ |_| |_ / . \
\____/|_| \_|_____/_/ \_\
\____/|_| \_|_____/_/ \_\\
EOF
;;