chore: sort logos alphabetically

This commit is contained in:
Adrian Groh 2023-02-28 09:26:10 +01:00
parent d041782cd4
commit 577b1dd3b2
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
2 changed files with 44 additions and 40 deletions

View File

@ -58,6 +58,21 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
EOF
;;
[Aa]mog[Oo][Ss]*)
read_ascii 4 <<- EOF
${c7} -///:.
${c7} smhhhhmh\`
${c7} :NA${c4}mogO${c7}SNs
${c7} hNNmmmmNNN
${c7} NNNNNNNNNN
${c7} :NNNNNNNNNN
${c7} mNNssussNNN
${c7} sNn: sNNo
${c7}+ooo+ sNNo
${c7} +oooo\`
EOF
;;
[Aa]rco*)
read_ascii 4 <<- EOF
${c4} /\\
@ -237,6 +252,20 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
EOF
;;
[Ff]iwix*)
read_ascii 12 <<- EOF
${c6}_____ ${c4}_____
${c6}\\ \\ ${c4}\\ \\
${c6}\\ \\ ${c4}\\ \\
${c6}/ \\ \\ ${c4}\\ \\
${c6}( \\ \\ ${c4}\\ \\
${c6}( / / ${c4}/ /
${c6}\\ / / ${c4}/ /
${c6}/ / ${c4}/ /
${c6}/____/ ${c4}/____/
EOF
;;
[Ff]ree[Bb][Ss][Dd]*)
read_ascii 1 <<- EOF
${c1}/\\,-'''''-,/\\
@ -472,6 +501,17 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
EOF
;;
[Mm]orph[Oo][Ss]*)
read_ascii 1 <<- EOF
${c4} __ \/ __
${c4} /o \{}/ o\\
${c4} \ () /
${c4} \`> /\ <\`
${c4} (o/\/\o)
${c4} ) (
EOF
;;
[Mm][Xx]*)
read_ascii <<- EOF
${c7} \\\\ /
@ -691,41 +731,4 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
${c2} \__/ \__/
EOF
;;
[Ff]iwix*)
read_ascii 12 <<- EOF
${c6}_____ ${c4}_____
${c6}\\ \\ ${c4}\\ \\
${c6}\\ \\ ${c4}\\ \\
${c6}/ \\ \\ ${c4}\\ \\
${c6}( \\ \\ ${c4}\\ \\
${c6}( / / ${c4}/ /
${c6}\\ / / ${c4}/ /
${c6}/ / ${c4}/ /
${c6}/____/ ${c4}/____/
EOF
;;
[Mm]orph[Oo][Ss]*)
read_ascii 1 <<- EOF
${c4} __ \/ __
${c4} /o \{}/ o\\
${c4} \ () /
${c4} \`> /\ <\`
${c4} (o/\/\o)
${c4} ) (
EOF
;;
[Aa]mog[Oo][Ss]*)
read_ascii 4 <<- EOF
${c7} -///:.
${c7} smhhhhmh\`
${c7} :NA${c4}mogO${c7}SNs
${c7} hNNmmmmNNN
${c7} NNNNNNNNNN
${c7} :NNNNNNNNNN
${c7} mNNssussNNN
${c7} sNn: sNNo
${c7}+ooo+ sNNo
${c7} +oooo\`
EOF
;;
esac

View File

@ -7,6 +7,7 @@ while read -r logo; do
done << EOF
alpine
android
amogos
arch
arco
artix
@ -23,6 +24,7 @@ dragonfly
elementary
endeavour
fedora
fiwix
freebsd
garuda
gentoo
@ -41,6 +43,7 @@ linux
macos
mageia
manjaro
morphos
minix
mx
netbsd
@ -59,8 +62,6 @@ solus
solaris
ubuntu
void
windows
xeonix
fiwix
morphos
amogos
EOF