Skip to content

Instantly share code, notes, and snippets.

@Sutto
Forked from jacquescrocker/gist:480247
Created July 18, 2010 09:01
Show Gist options
  • Save Sutto/480249 to your computer and use it in GitHub Desktop.
Save Sutto/480249 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
source "$HOME/.rvm/scripts/rvm"
if command -v __rvm_load_rvmrc >/dev/null; then
__rvm_load_rvmrc
fi
exec ruby "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment