Skip to content

Instantly share code, notes, and snippets.

@afternoon
Created February 15, 2014 18:04
Rename .js files to .ts
find app/src -name "*.js" -exec sh -c 'mv "$0" "${0%.js}.ts"' {} \;
@Thomas0642
Copy link

thanks my man

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment