Created
June 13, 2016 11:07
-
-
Save risent/92cef37ea111e9da2f29ed78816e9e3d to your computer and use it in GitHub Desktop.
Convert all .js to .coffee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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