Skip to content

Instantly share code, notes, and snippets.

@abnerCrack
Created December 4, 2019 03:17
Show Gist options
  • Save abnerCrack/d4d1809fd3945587e4e7946f42b5cb2d to your computer and use it in GitHub Desktop.
Save abnerCrack/d4d1809fd3945587e4e7946f42b5cb2d to your computer and use it in GitHub Desktop.
for i in ./*.js;
do mv "$i" "${i%.js}.ts";
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment