Skip to content

Instantly share code, notes, and snippets.

@omarkj
Created April 22, 2014 23:46
Show Gist options
  • Save omarkj/11198223 to your computer and use it in GitHub Desktop.
Save omarkj/11198223 to your computer and use it in GitHub Desktop.
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