Skip to content

Instantly share code, notes, and snippets.

@1995eaton
Created July 10, 2015 19:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 1995eaton/66ea1805d0a7877b32e9 to your computer and use it in GitHub Desktop.
Save 1995eaton/66ea1805d0a7877b32e9 to your computer and use it in GitHub Desktop.
sudo woodo
#!/bin/sh
if [ $EUID -ne 0 ]; then
echo "It's a weird tree."
else
cat << "EOF"
@@@ @@@
@///@ /@@ @; @
@/ //@ / ;@ @;; @
@// ///@ @ ;;@ @;;;;;@
@///////@ @;;;;;@@ @;;;;@@
@///////@ @@;;;;;@ @@;;;;@
@/////@ @/;;;;@@;;;;;@
@///@ @@@ @;;;;;;;;;@
@@@@ @///@ /@;;;;;@@
@;@ @/ //@ @;;;@
@@@ @;;@// ///@ @;;;@
@///@ @;@///////@ @@;@;;@@
@/ //@@;@///////@@;;;@;;@;@@ @@@
@// ///@;;@/////@@ ; ;/;;;;;;@ @///@
@///////@ ; @///@@ ; ; ;;;;;;;@ @/ //@
@///////@; ;;@@@ @; ; ;;;;;;;;;@// ///@
@/////@; ; @ @;;;;;;;;@;;;@///////@
@///@ @@;;@ @;;@;;;;;;;;;@///////@
@@@ @;;@ @;;;;;;;;;;;;@@/////@ @@@
@;;@ @;;;;;; @;;@ @///@ @///@
@;;;@ @;@ ;;;;;;@ @@@@ @/ //@
@;;;@@@;;;;;;;;;;;;;@ @;@ @// ///@
@;;;;@;;;;;;;;;;;;@ @;@@@///////@
@;;;@;;;;;;;;;;;;@ @ ; ;@///////@
@;@;; ;;;;;;;;;;@ @; ;;;@/////@
@;@; ;;;;;;;;;@@@@@;;@@@;;@///@
@;; ;;;;;; ;;;;;;;;;@///@@ @@@
@; ;;;;; ;;;;;;@@@/ //@
@;; ;;;;;; ;;;@@@@ @// ///@
@;;;;;;;;;;;;;@ @///////@
@;;;;;; ;;;;;@ @///////@
@;;;;; ;;;;@ @/////@
@;;;;;; ;;;;;@ @///@
@;;;;;;;;;;;;@ @@@
@;;;;;;;;;;;;@
@;;; ;;;;;;;;@
/@@;; ;;;;;;;@
/;;@;; ;;;;;;;@
/ ;;;; ;;;;;;;@
@ ;@;;; ;;;;;@;;;@
@;;;@;;;;;;;;@ ;;;@
@;;@;;;;;;;;@;;;;;@
@@;;@;;;;;;;;@;;;;;@@@@@
@@@;;@;;@@;;;;;;;@@@;;;; ; @@
@ ;;;;;;;;@@@@@@@ @;;;; ; ;@
@;;;;;;;;;@@ @;;;;;;;@
@;;;;;;@@ @@;;;;;@
@@@@@@ @@@@@
EOF
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment