Add initial Vanilla OS logo
Some checks failed
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Linux x86_64, ubuntu-latest, true, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, Linux armv7, ubuntu-latest, true, armv7-unknown-linux-gnueabihf) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, NetBSD, ubuntu-latest, true, x86_64-unknown-netbsd) (push) Has been cancelled
Some checks failed
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Linux x86_64, ubuntu-latest, true, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, Linux armv7, ubuntu-latest, true, armv7-unknown-linux-gnueabihf) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, NetBSD, ubuntu-latest, true, x86_64-unknown-netbsd) (push) Has been cancelled
This commit is contained in:
parent
9df302965d
commit
b37a8e9d63
@ -727,6 +727,22 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
|
||||
EOF
|
||||
;;
|
||||
|
||||
[Vv]anilla*)
|
||||
read_ascii 3 <<- EOF
|
||||
${c3} ,::,
|
||||
${c3} :##${c227}#${c3}#:
|
||||
${c3} .. :##${c227}#${c3}##: ..
|
||||
${c3}:#${c227}#${c3}#####:###${c227}#${c3}##:#####${c227}#${c3}#:
|
||||
${c3}':###${c227}#${c3}#####${c227}###${c3}####${c227}#${c3}###:\`
|
||||
${c3} :######${c227}#'\` \`'#${c3}#####:\`
|
||||
${c3} \`:###${c227}#\`. .\`#${c3}##:\`
|
||||
${c3} :######${c227}##-##${c3}#####:
|
||||
${c3} :###${c227}#${c3}####: :###${c227}#${c3}###:
|
||||
${c3} :#${c227}#${c3}####.: \`:####${c227}#${c3}#:
|
||||
${c3} \`\`\` \`\`\`
|
||||
EOF
|
||||
;;
|
||||
|
||||
[Vv]oid*)
|
||||
read_ascii 2 <<- EOF
|
||||
${c2} _______
|
||||
|
||||
Loading…
Reference in New Issue
Block a user