Skip to content

Instantly share code, notes, and snippets.

@seyhunak
Forked from mrrooijen/rbenvsudo.sh
Created December 20, 2013 20:07
Show Gist options
  • Save seyhunak/8060606 to your computer and use it in GitHub Desktop.
Save seyhunak/8060606 to your computer and use it in GitHub Desktop.
function rbenvsudo(){
executable=$1
shift 1
sudo $(rbenv which $executable) $*
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment