Skip to content

Instantly share code, notes, and snippets.

@martincik
Created January 28, 2009 16:48
Show Gist options
  • Save martincik/54043 to your computer and use it in GitHub Desktop.
Save martincik/54043 to your computer and use it in GitHub Desktop.
/usr/bin/ree-gem
#!/bin/sh
/opt/ruby-enterprise-1.8.6-20081205/bin/gem $*
/usr/bin/ree-ruby
#!/bin/sh
/opt/ruby-enterprise-1.8.6-20081205/bin/ruby $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment