Skip to content

Instantly share code, notes, and snippets.

@jdaigle
Created May 18, 2015 15:34
Show Gist options
  • Save jdaigle/c2842e9005c33e5be9ed to your computer and use it in GitHub Desktop.
Save jdaigle/c2842e9005c33e5be9ed to your computer and use it in GitHub Desktop.
change line endings for source files
Get-ChildItem -file -Recurse -Filter *.cs | foreach {unix2dos.exe $_.FullName}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment