Skip to content

Instantly share code, notes, and snippets.

@ball6847
Created October 3, 2018 17:45
Show Gist options
  • Save ball6847/f90a1ac0dba8aa3be9287a3db2c90338 to your computer and use it in GitHub Desktop.
Save ball6847/f90a1ac0dba8aa3be9287a3db2c90338 to your computer and use it in GitHub Desktop.
rename jsx to js copied from https://gist.github.com/afternoon/9022899
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