Created
May 29, 2015 15:44
-
-
Save ntnn/a5cbadca5762aec47cc8 to your computer and use it in GitHub Desktop.
sudo make sandwich
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
default: | |
sandwich: | |
ifeq ($(shell echo $$UID), 0) | |
# taken from http://www.ascii-art.de/ascii/s/sandwich.txt | |
@echo " _.---._" | |
@echo " _.-~ ~-._" | |
@echo " _.-~ ~-._" | |
@echo " _.-~ ~---._" | |
@echo " _.-~ ~\\" | |
@echo ".-~ _.;" | |
@echo ":-._ _.-~./" | |
@echo "}-._~-._ _..__.-~_.-~ )" | |
@echo "\`-._~-._~-._ / ...-~H.-~" | |
@echo " ~-nad.._\. _.-~ .:::: //" | |
@echo " ~-. \`--...--~ _.-~__...==~" | |
@echo " \.\`--...---+-~~~~~" | |
@echo " ~-..----~" | |
else | |
@echo "No." | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment