Last active
September 30, 2017 22:22
-
-
Save sudomabider/8ed59e60b97c860c77de00b0b17011a3 to your computer and use it in GitHub Desktop.
convert all line endings
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 . ! -path '*.git*' ! -path '*/vendor/*' ! -path '*/node_modules/*' -type f -print0 | xargs -0 dos2unix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment