Created
February 15, 2014 18:04
-
Star
(267)
You must be signed in to star a gist -
Fork
(30)
You must be signed in to fork a gist
Rename .js files to .ts
This file contains 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
find app/src -name "*.js" -exec sh -c 'mv "$0" "${0%.js}.ts"' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks my man