parent
3a7da970ab
commit
3d007ab8c5
@ -0,0 +1,29 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Raspberry ASCII art pulled from the pihole update script
|
||||
|
||||
leaf=`tput setaf 2; tput bold`
|
||||
berry=`tput setaf 1; tput bold`
|
||||
rst=`tput sgr0`
|
||||
cat << EOF
|
||||
$leaf .;;,.
|
||||
.ccccc:,.
|
||||
:cccclll:. ..,,
|
||||
:ccccclll. ;ooodc
|
||||
'ccll:;ll .oooodc
|
||||
.;cll.;;looo:.
|
||||
$berry .. ','.
|
||||
.',,,,,,'.
|
||||
.',,,,,,,,,,.
|
||||
.',,,,,,,,,,,,....
|
||||
....''',,,,,,,'.......
|
||||
......... .... .........
|
||||
.......... ..........
|
||||
.......... ..........
|
||||
......... .... .........
|
||||
........,,,,,,,'......
|
||||
....',,,,,,,,,,,,.
|
||||
.',,,,,,,,,'.
|
||||
.',,,,,,'.
|
||||
..'''.$rst
|
||||
EOF
|
Loading…
Reference in new issue