Skip to content

Instantly share code, notes, and snippets.

@rupa
Created June 16, 2015 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupa/150828e6d8dab72c62a7 to your computer and use it in GitHub Desktop.
Save rupa/150828e6d8dab72c62a7 to your computer and use it in GitHub Desktop.
#!/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