Skip to content

Instantly share code, notes, and snippets.

@risent
Created June 13, 2016 11:07
Show Gist options
  • Save risent/92cef37ea111e9da2f29ed78816e9e3d to your computer and use it in GitHub Desktop.
Save risent/92cef37ea111e9da2f29ed78816e9e3d to your computer and use it in GitHub Desktop.
Convert all .js to .coffee
for f in `ls *.js`; do js2coffee $f > ${f%.js}.coffee;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment