Created
March 26, 2009 22:31
-
-
Save davglass/86398 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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