Skip to content

Instantly share code, notes, and snippets.

@totobook
Created April 21, 2013 10:38
Show Gist options
  • Save totobook/5429208 to your computer and use it in GitHub Desktop.
Save totobook/5429208 to your computer and use it in GitHub Desktop.
ruby版
#!/bin/sh
find . -name "*.rb" -exec ruby c {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment