Skip to content

Instantly share code, notes, and snippets.

@lesthack
Created February 15, 2017 22:59
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 lesthack/a8d6eefad06f9d3a14e3bbc478639e1f to your computer and use it in GitHub Desktop.
Save lesthack/a8d6eefad06f9d3a14e3bbc478639e1f to your computer and use it in GitHub Desktop.
#!/bin/bash
# By: lesthack
if [[ $EUID -ne 0 ]]; then
echo "What? Make it yourself."
echo '
_____
|_ _|
n (O O) n
H _|\_/|_ H
nHnn/ \___/ \nnHn
<V VV / \ VV V>
\__\/| |\/__/';
exit 1
else
echo "Okay."
echo '
_
//
//
_______________//__
.(______________//___).
| / |
|. . . . . . . / . . .|
\ . . . . . ./. . . . /
| / ___ |
_.---._ |::......./../...\.:|
_.-~ ~-._ |::::/::\::/:\::::::|
_.-~ ~-._ |::::\::/::::::X:/::|
_.-~ ~---.;:::::::/::\::/:::::|
_.-~ ~\::::::n::::::::::|
.-~ _.;::/::::a::::::::/
:-._ _.-~ ./::::::::d:::::::|
`-._~-._ _..__.-~ _.-~|::/::::::::::::::|
/ ~-._~-._ / .__..--~----.YWWWWWWWWWWWWWWWP
\_____(_;-._\. _.-~_/ ~).. . \
/(_____ \`--...--~_.-~______..-+_______)
.(_________/`--...--~/ _/ /\
/-._ \_ (___./_..-~__.....__..-~./
`-._~-._ ~\--------~ .-~_..__.-~ _.-~
~-._~-._ ~---------" / .__..--~
~-._\. _.-~_/
\`--...--~_.-~
`--...--~
'
exit 0
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment