This commit is contained in:
rusefi 2017-03-24 18:47:50 -04:00
parent d4573ae5b8
commit ecf6acece3
1 changed files with 4 additions and 0 deletions

4
misc/dos2unix_all.bat Normal file
View File

@ -0,0 +1,4 @@
cd ..
rem manually copy find.exe from cygwin to find_cygwin to avoid conflict with systen32/find
find_cygwin . -type f -print0 | xargs -0 dos2unix