Created
July 3, 2015 02:46
-
-
Save coldfusion39/bad974438a9b3b035b88 to your computer and use it in GitHub Desktop.
Sudowoodo
This file contains hidden or 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
if [ $EUID != 0 ]; then | |
echo "It's a weird tree." | |
else | |
echo ' _ __' | |
echo ' / `\ (~._ ./ )' | |
echo ' \__/ __`-_\__/ ./' | |
echo ' _ \ \/ \ \ |_ __' | |
echo ' ( ) \__/ -^ \ / \' | |
echo ' \_/ " \ | o o |.. / __' | |
echo " \\. --' ==== / || / \\ " | |
echo ' \ . . |---__.\__/' | |
echo ' / : / | |' | |
echo ' / : / \_/' | |
echo ' --/ :: (' | |
echo ' ( | ( (____' | |
echo ' .-- .. ----**.____)' | |
echo ' \___/ ' | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment