diff --git a/bash/raspberry b/bash/raspberry new file mode 100755 index 0000000..52c74e9 --- /dev/null +++ b/bash/raspberry @@ -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