Added Raspbian ascii art
This commit is contained in:
parent
4d7e6be30c
commit
6d30f5131f
2 changed files with 25 additions and 0 deletions
20
ascii/distro/raspbian
Normal file
20
ascii/distro/raspbian
Normal file
|
@ -0,0 +1,20 @@
|
|||
"\
|
||||
${c1} .',;:cc;,'. .,;::c:,,.
|
||||
${c1},ooolcloooo: 'oooooccloo:
|
||||
${c1}.looooc;;:ol :oc;;:ooooo'
|
||||
${c1};oooooo: ,ooooooc.
|
||||
${c1}.,:;'. .;:;'.
|
||||
${c2}.... ..'''''. ....
|
||||
${c2}.''. ..'''''. ..''.
|
||||
${c2}.. ..... ..... ..
|
||||
${c2}. .''''''' .''''''. .
|
||||
${c2}.'' .'''''''' .'''''''. ''.
|
||||
${c2}''' ''''''' .'''''' '''
|
||||
${c2}.' ........... ... .'.
|
||||
${c2}.... ''''''''. .''.
|
||||
${c2}'''''. ''''''''. .'''''
|
||||
${c2}'''''. .'''''. .'''''.
|
||||
${c2}..''. . .''..
|
||||
${c2}.'''''''
|
||||
${c2}......
|
||||
"
|
5
fetch
5
fetch
|
@ -1640,6 +1640,11 @@ getascii () {
|
|||
c2=$(color 7)
|
||||
;;
|
||||
|
||||
"Raspbian"*)
|
||||
c1=$(color 2)
|
||||
c2=$(color 1)
|
||||
;;
|
||||
|
||||
"Slackware"*)
|
||||
c1=$(color 4)
|
||||
c2=$(color 7)
|
||||
|
|
Loading…
Reference in a new issue