Skip to content

Instantly share code, notes, and snippets.

@rupa
Created June 16, 2015 03:33
#!/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