Skip to content

Instantly share code, notes, and snippets.

@victorcbr
Created November 22, 2020 14:32
Show Gist options
  • Save victorcbr/e188899be75c29f90b090ba48417cf5b to your computer and use it in GitHub Desktop.
Save victorcbr/e188899be75c29f90b090ba48417cf5b to your computer and use it in GitHub Desktop.
find ./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