rusefi-1/misc/weird_stuff/dos2unix_all.bat

4 lines
147 B
Batchfile
Raw Normal View History

cd ..
rem manually copy find.exe from cygwin to find_cygwin to avoid conflict with systen32/find
2017-03-24 15:47:50 -07:00
find_cygwin . -type f -print0 | xargs -0 dos2unix