chore: sort logos alphabetically
This commit is contained in:
parent
d041782cd4
commit
577b1dd3b2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user