Skip to content

Instantly share code, notes, and snippets.

@aaronjgreenberg
Created July 17, 2012 23:25
Show Gist options
  • Save aaronjgreenberg/3132852 to your computer and use it in GitHub Desktop.
Save aaronjgreenberg/3132852 to your computer and use it in GitHub Desktop.
Making Sandwiches
cd over to the directory with that Makefile, and run:
`make me a sandwich`
Bonus points if you create a witty alias for `sudo`, a la
alias butler,="sudo"
`butler, make me a sandwich`
me:
@echo " _.---._"
@echo " _.-~ ~-._"
@echo " _.-~ ~-._"
@echo " _.-~ ~---._"
@echo " _.-~ ~\\"
@echo " .-~ _.;"
a:
@echo " :-._ _.-~ ./"
@echo " '-._~-._ _..__.-~ _.-~"
@echo " / ~-._~-._ / .__..--~----._"
@echo " \\_____(_;-._\\. _.-~_/ ~).. . \\"
@echo " /(_____ \\'--...--~_.-~______..-+_______)"
@echo " .(_________/'--...--~/ _/ /\\"
sandwich:
@echo " /-._ \\_ (___./_..-~__.....__..-~./"
@echo " '-._~-._ ~\\--------~ .-~_..__.-~ _.-~"
@echo " ~-._~-._ ~---------' / .__..--~"
@echo " ~-._\\. _.-~_/"
@echo " \\'--...--~_.-~"
@echo " '--...--~"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment