Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created April 30, 2010 06:58
Show Gist options
  • Select an option

  • Save defunkt/384862 to your computer and use it in GitHub Desktop.

Select an option

Save defunkt/384862 to your computer and use it in GitHub Desktop.
Drops a rubygems.rb into the current ripenv
#!/bin/sh -e
# Usage: rip-rg
# Drops a rubygems.rb into the current ripenv
touch "$RIPDIR/$(rip-env)/lib/rubygems.rb"
@defunkt
Copy link
Author

defunkt commented Apr 30, 2010

Now part of Rip as rip-only: defunkt/rip@ba024ffe4b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment