Skip to content

Instantly share code, notes, and snippets.

@omarkj
Created April 22, 2014 23:46
function heroku {
if [[ $* != *-a* ]]; then
echo "Specify an app with --app/-a"
else
heroku $*
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment