Skip to content

Instantly share code, notes, and snippets.

@ntnn
Created May 29, 2015 15:44
Show Gist options
  • Save ntnn/a5cbadca5762aec47cc8 to your computer and use it in GitHub Desktop.
Save ntnn/a5cbadca5762aec47cc8 to your computer and use it in GitHub Desktop.
sudo make sandwich
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