Skip to content

Instantly share code, notes, and snippets.

@sudomabider
Last active September 30, 2017 22:22
Show Gist options
  • Save sudomabider/8ed59e60b97c860c77de00b0b17011a3 to your computer and use it in GitHub Desktop.
Save sudomabider/8ed59e60b97c860c77de00b0b17011a3 to your computer and use it in GitHub Desktop.
convert all line endings
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