Skip to content

Instantly share code, notes, and snippets.

@pokka
Last active August 29, 2015 14:22
Show Gist options
  • Save pokka/1d64c9c93cf35b5e4f87 to your computer and use it in GitHub Desktop.
Save pokka/1d64c9c93cf35b5e4f87 to your computer and use it in GitHub Desktop.
bundle exec short hand
function be () {
bundle exec $@
}
function ber () {
bundle exec rake $@
}
function bes () {
bundle exec rake spec $@
}
function bess () {
bundle exec rake spec SPEC=$@
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment