Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sebastiankade/e4998dd4f1bd291faa620da9d8a2253e to your computer and use it in GitHub Desktop.
Save sebastiankade/e4998dd4f1bd291faa620da9d8a2253e to your computer and use it in GitHub Desktop.
Rename lib.ts -> utils.ts
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