Created
December 23, 2021 21:40
-
-
Save patrickmineault/a3b428af96930cb99cc63007b8a1d208 to your computer and use it in GitHub Desktop.
Bash Narwhal
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
# Put this at the end of ~/.bashrc for a nice login narwhal | |
echo " . " | |
echo " # " | |
echo " % " | |
echo " % " | |
echo " &&&&%&%% " | |
echo " #%#&& ,(((##%@@ " | |
echo " #&#&%(#(#, .,*/(/////( " | |
echo " @&&&@((#%/*****//(//////* " | |
echo " .@&&%%(/#&&#&@#//(((/////// " | |
echo " %%&%&//*/*///((((((((///(// " | |
echo " &##(((/#((((((((((((((((((%&& " | |
echo " &%&##(((((((((((((((((((, %& " | |
echo " @((%(%%(((((((((((( " | |
echo " *%%%(###%(((( " | |
echo " &%##%#####%%. " | |
echo "" | |
echo "With great tusk, comes great responsibility" | |
echo "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment