Created
October 3, 2018 17:45
-
-
Save ball6847/f90a1ac0dba8aa3be9287a3db2c90338 to your computer and use it in GitHub Desktop.
rename jsx to js copied from https://gist.github.com/afternoon/9022899
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
find src -name "*.jsx" -exec sh -c 'mv "$0" "${0%.jsx}.js"' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment