Skip to content

Instantly share code, notes, and snippets.

@hotchpotch
Created October 1, 2014 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hotchpotch/f6e93ce33638a7f3f731 to your computer and use it in GitHub Desktop.
Save hotchpotch/f6e93ce33638a7f3f731 to your computer and use it in GitHub Desktop.
TARGET_EXT=readline; cd ~/.rbenv/sources; for x in *; do cd ~/.rbenv/sources/${x}/ruby-${x}; pwd; rm -vf .ext/*/$TARGET_EXT.bundle ext/$TARGET_EXT/Makefile ext/$TARGET_EXT/*.o; make install-ext; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment