Skip to content

Instantly share code, notes, and snippets.

@jxpx777
Created December 30, 2010 14:09
Show Gist options
  • Save jxpx777/759824 to your computer and use it in GitHub Desktop.
Save jxpx777/759824 to your computer and use it in GitHub Desktop.
Currently broken approach to post-checkout sourcing of .rvmrc
#!/usr/bin/ruby
system("source ./.rvmrc") if ARGV[2] == "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment