Skip to content

Instantly share code, notes, and snippets.

@jraleman
Created October 7, 2019 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jraleman/cfc0638cdf0c4f9731714036f3bddb99 to your computer and use it in GitHub Desktop.
Save jraleman/cfc0638cdf0c4f9731714036f3bddb99 to your computer and use it in GitHub Desktop.
Convert extension files jsx to js
find . -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