Skip to content

Instantly share code, notes, and snippets.

@mtimkovich
Last active January 3, 2017 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtimkovich/59996020ae329ca45328a4126966df0c to your computer and use it in GitHub Desktop.
Save mtimkovich/59996020ae329ca45328a4126966df0c to your computer and use it in GitHub Desktop.
Although it always pretends to be a tree, its composition appears to be closer to a rock than a plant.
#!/usr/bin/python3
import os
if os.geteuid() != 0:
print("It's a weird tree.")
else:
print(r"""
_ __
/ `\ (~._ ./ )
\__/ __`-_\__/ ./
_ \ \/ \ \ |_ __
( ) \__/ -^ \ / \
\_/ " \ | o o |.. / __
\. --' ==== / || / \
\ . . |---__.\__/
/ : / | |
/ : / \_/
--/ :: (
( | ( (____
.-- .. ----**.____)
\___/
""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment