Last active
October 10, 2019 13:11
-
-
Save nardan/1a1f5eb8529fda3b818e4e60b7c86bf6 to your computer and use it in GitHub Desktop.
JS to 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
#!/bin/bash | |
find ./src -name "*.js" -exec sh -c 'git mv "$0" "${0%.js}.ts"' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment