Skip to content

Instantly share code, notes, and snippets.

@koraktor
Created November 28, 2010 11:31
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 koraktor/718844 to your computer and use it in GitHub Desktop.
Save koraktor/718844 to your computer and use it in GitHub Desktop.
Removes Rubinius' bytecode files from a directory tree
find . -name '*.rbc' -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment