Skip to content

Instantly share code, notes, and snippets.

@mtimkovich
Created September 11, 2012 00:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtimkovich/3695028 to your computer and use it in GitHub Desktop.
Save mtimkovich/3695028 to your computer and use it in GitHub Desktop.
me:
@true
a:
@true
sandwich:
@if test `whoami` != "root"; \
then \
echo "What? Make it yourself."; \
exit; \
else \
echo "Okay."; \
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment