Chris Buckley
  • Home
  • CV
  • Contact
  • Blog
  • Interests
  • Projects

Yay, xkcd

Post date
17 October 2008
Reading time
1 Minute Read
Categories
Computing, Play

Makefile:

me:
	@true
a:
	@true
sandwich.:
	@[ -w /etc/shadow ] && echo "Okay." || echo "What? Make it yourself."

Shell:

$ make me a sandwich.
What? Make it yourself.

$ sudo make me a sandwich.
Okay.

From CLI-Apps. See also xkcd.

Leave a Reply




« Spotting a Fake Pound Coin A Message to Tinchy Strider »

© 2025 Chris Buckley. Powered by Jekyll / GitHub Pages (source)

  • GitHub
  • LinkedIn
  • HackerOne
  • Email
  • X
  • Facebook
  • Instagram
  • Mastodon
  • Bluesky
  • Amazon Wishlist
  • Site Map