From 3d007ab8c535ba72521031faf6f3f5da88d7e024 Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Mon, 25 Apr 2022 11:35:17 -0400 Subject: [PATCH] Added raspberry --- bash/raspberry | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 bash/raspberry 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