Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save markshust/67ab6c3e275459c052c292609a285812 to your computer and use it in GitHub Desktop.

Select an option

Save markshust/67ab6c3e275459c052c292609a285812 to your computer and use it in GitHub Desktop.
correct line endings on mac
find ./ -type f -exec perl -pi -e 's/\r\n|\n|\r/\n/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment