Last active
November 21, 2017 15:48
-
-
Save blackknight36/b9f697be48f2301de992b037cf66e74a to your computer and use it in GitHub Desktop.
Happy Thanksgiving script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# htg.sh - Happy Thanksgiving :) | |
# | |
# Requires the 'banner' package to work | |
# dnf install banner on Redhat based systems | |
echo -e "\n ,+*^^*+___+++_\n ,*^^^^ )\n _+* ^**+_\n +^ _ _++*+_+++_, )\n _+^^*+_ ( ,+*^ ^ \+_ )\n { ) ( ,( ,_+--+--, ^) ^\\n { (@) } f ,( ,+-^ __*_*_ ^^\_ ^\ )\n {:;-/ (_+*-+^^^^^+*+*<_ _++_)_ ) ) /\n ( / ( ( ,___ ^*+_+* ) < < \\n U _/ ) *--< ) ^\-----++__) ) ) )\n ( ) _(^)^^)) ) )\^^^^^))^*+/ / /\n ( / (_))_^)) ) ) ))^^^^^))^^^)__/ +^^\n ( ,/ (^))^)) ) ) ))^^^^^^^))^^) _)\n *+__+* (_))^) ) ) ))^^^^^^))^^^^^)____*^\n \ \_)^)_)) ))^^^^^^^^^^))^^^^)\n (_ ^\__^^^^^^^^^^^^))^^^^^^^)\n ^\___ ^\__^^^^^^))^^^^^^^^)\\n ^^^^^\uuu/^^\uuu/^^^^\^\^\^\^\^\^\^\\n ___) >____) >___ ^\_\_\_\_\_\_\)\n ^^^//\\_^^//\\_^ ^(\_\_\_\)\n ^^^ ^^ ^^^ ^^\n" | |
banner happy;banner thanks;banner giving |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment