Skip to content

Instantly share code, notes, and snippets.

@deptno
Created April 21, 2017 04:14
Show Gist options
  • Save deptno/f6e923b980f347d8b1f6cdf1fe14830b to your computer and use it in GitHub Desktop.
Save deptno/f6e923b980f347d8b1f6cdf1fe14830b to your computer and use it in GitHub Desktop.
js -> ts
for f in **/*.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