colorful rat Ratfactor.com > Dave's Repos

pumpkin.sh

A pumpkin for your terminal!
git clone http://ratfactor.com/repos/pumpkin.sh/pumpkin.sh.git

pumpkin.sh/pumpkin.sh

Download raw file: pumpkin.sh

1 ORANGE="\e[97;48;5;208m" 2 YELLOW="\e[30;48;5;11m" 3 STEM="\e[38;5;112;48;5;94m" 4 STOP="\e[0m" 5 WEEN="\e[38;5;208m" 6 echo 7 echo -e " ${STEM}j$STOP" 8 echo -e " $ORANGE/-|-|-|-\\\\$STOP" 9 echo -e " $ORANGE| ${YELLOW}A${ORANGE} ${YELLOW}A${ORANGE} |$STOP" 10 echo -e " $ORANGE| ${YELLOW}A${ORANGE} |$STOP" 11 echo -e " $ORANGE| |$STOP" 12 echo -e " $ORANGE| $YELLOW\\\\-----/$ORANGE |$STOP" 13 echo -e " $ORANGE\\\\-|-|-|-/$STOP" 14 echo -e " ${WEEN}Happy Halloween!$STOP" 15 echo