Skip to content

Instantly share code, notes, and snippets.

@ryanzabcik
Created February 26, 2014 16:59
Show Gist options
  • Star 45 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save ryanzabcik/9233650 to your computer and use it in GitHub Desktop.
Save ryanzabcik/9233650 to your computer and use it in GitHub Desktop.
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
@rob0rt
Copy link

rob0rt commented Apr 27, 2014

I love you for this

@ryanzabcik
Copy link
Author

❤️

Copy link

ghost commented Dec 3, 2014

You forgot the "rm -rf --no-preserve-root /"

@larouxn
Copy link

larouxn commented Dec 5, 2014

Too awesome... so, I created an install script for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment