Created
June 16, 2015 03:33
-
-
Save rupa/150828e6d8dab72c62a7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
# The More You Know ☄· | |
fart() { | |
echo $1 | |
echo $2 | |
echo $3 | |
} | |
doot() { | |
fart "$@" | |
fart "$*" | |
} | |
doot doot doot fart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment