Created
July 12, 2019 01:02
-
-
Save sebastiankade/e4998dd4f1bd291faa620da9d8a2253e to your computer and use it in GitHub Desktop.
Rename lib.ts -> utils.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
find src/ -name "lib.ts" -exec sh -c 'mv "$0" "${0%lib.ts}utils.ts"' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment