Unverified Commit 8fc31ac0 authored by Fritz Geib's avatar Fritz Geib Committed by GitHub

add windows 11 ascii art (#1793)

parent bbbb68f8
......@@ -11072,6 +11072,29 @@ ${c1} ,;::::;
EOF
;;
*"[Windows 11]"*|*"on Windows 11"*|\
"Windows 11"* |"windows11")
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1}
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
EOF
;;
*"[Windows 10]"*|*"on Windows 10"*|"Windows 8"*|\
"Windows 10"* |"windows10"|"windows8")
set_colors 6 7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment