Skip to content

Instantly share code, notes, and snippets.

@mtimkovich
Created September 11, 2012 00:26
Show Gist options
  • Select an option

  • Save mtimkovich/3695028 to your computer and use it in GitHub Desktop.

Select an option

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