Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jasonmerino/eee95d27f7f8a67f1e83 to your computer and use it in GitHub Desktop.
Save jasonmerino/eee95d27f7f8a67f1e83 to your computer and use it in GitHub Desktop.
find . -name "*.js" | grep -v node_modules | while read i; do js2coffee "$i" > "${i%.*}.coffee"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment