for f in `find . -iname '*.eex' -type f -print`;do mv "$f" ${f%.eex}.heex; done
Created
December 18, 2021 01:12
-
-
Save goravbhootra/5221f2e37f4a85fe17278f91380343e9 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment