Skip to content

Instantly share code, notes, and snippets.

@przemyslawjanpietrzak
Last active November 21, 2021 19:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save przemyslawjanpietrzak/73a09440e066d9c8a7ee7e9d4eaf1ed6 to your computer and use it in GitHub Desktop.
Save przemyslawjanpietrzak/73a09440e066d9c8a7ee7e9d4eaf1ed6 to your computer and use it in GitHub Desktop.
for f in src/**/*.js; do
git mv "$f" "${f%.js}.ts"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment