Skip to content

Instantly share code, notes, and snippets.

@davglass
Created March 26, 2009 22:31
Show Gist options
  • Save davglass/86398 to your computer and use it in GitHub Desktop.
Save davglass/86398 to your computer and use it in GitHub Desktop.
#!/bin/bash
# name this file: git-make-me-a-sammich
# then put it in your path
# now type: git make-me-a-sammich
echo "What kind of sandwich do you want?"
read answer
echo "I ain't making you a damn $answer sandwich. Now get back to writing code!!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment