Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created October 29, 2014 16:10
Show Gist options
  • Save ifnull/22e19c62f8a92c07bb7b to your computer and use it in GitHub Desktop.
Save ifnull/22e19c62f8a92c07bb7b to your computer and use it in GitHub Desktop.
Fix DOS line endings.
brew install dos2unix
find . -name "*" -type f -exec dos2unix {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment