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
|
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*)
|
[Aa]rco*)
|
||||||
read_ascii 4 <<- EOF
|
read_ascii 4 <<- EOF
|
||||||
${c4} /\\
|
${c4} /\\
|
||||||
@ -237,6 +252,20 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
|
|||||||
EOF
|
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]*)
|
[Ff]ree[Bb][Ss][Dd]*)
|
||||||
read_ascii 1 <<- EOF
|
read_ascii 1 <<- EOF
|
||||||
${c1}/\\,-'''''-,/\\
|
${c1}/\\,-'''''-,/\\
|
||||||
@ -472,6 +501,17 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
|
|||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
[Mm]orph[Oo][Ss]*)
|
||||||
|
read_ascii 1 <<- EOF
|
||||||
|
${c4} __ \/ __
|
||||||
|
${c4} /o \{}/ o\\
|
||||||
|
${c4} \ () /
|
||||||
|
${c4} \`> /\ <\`
|
||||||
|
${c4} (o/\/\o)
|
||||||
|
${c4} ) (
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
[Mm][Xx]*)
|
[Mm][Xx]*)
|
||||||
read_ascii <<- EOF
|
read_ascii <<- EOF
|
||||||
${c7} \\\\ /
|
${c7} \\\\ /
|
||||||
@ -691,41 +731,4 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
|
|||||||
${c2} \__/ \__/
|
${c2} \__/ \__/
|
||||||
EOF
|
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
|
esac
|
||||||
|
|||||||
@ -7,6 +7,7 @@ while read -r logo; do
|
|||||||
done << EOF
|
done << EOF
|
||||||
alpine
|
alpine
|
||||||
android
|
android
|
||||||
|
amogos
|
||||||
arch
|
arch
|
||||||
arco
|
arco
|
||||||
artix
|
artix
|
||||||
@ -23,6 +24,7 @@ dragonfly
|
|||||||
elementary
|
elementary
|
||||||
endeavour
|
endeavour
|
||||||
fedora
|
fedora
|
||||||
|
fiwix
|
||||||
freebsd
|
freebsd
|
||||||
garuda
|
garuda
|
||||||
gentoo
|
gentoo
|
||||||
@ -41,6 +43,7 @@ linux
|
|||||||
macos
|
macos
|
||||||
mageia
|
mageia
|
||||||
manjaro
|
manjaro
|
||||||
|
morphos
|
||||||
minix
|
minix
|
||||||
mx
|
mx
|
||||||
netbsd
|
netbsd
|
||||||
@ -59,8 +62,6 @@ solus
|
|||||||
solaris
|
solaris
|
||||||
ubuntu
|
ubuntu
|
||||||
void
|
void
|
||||||
|
windows
|
||||||
xeonix
|
xeonix
|
||||||
fiwix
|
|
||||||
morphos
|
|
||||||
amogos
|
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user