Created
April 21, 2017 04:14
-
-
Save deptno/f6e923b980f347d8b1f6cdf1fe14830b to your computer and use it in GitHub Desktop.
js -> ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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