find_cygwin . -type f -print0 | xargs -0 dos2unix

again?!
This commit is contained in:
rusefi 2017-03-24 18:54:38 -04:00
parent ecf6acece3
commit 8b6a8cc508
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
The files here are responsible for GPIO pin configuration on OS startup. rusEfi would later re-configure all the pins for specific
The files here are responsible for GPIO pin configuration on OS startup. rusEfi would later re-configure all the pins for specific
application so these files only matter for the first half a second of firmware startup.

View File

@ -1,4 +1,4 @@
cd ..
rem manually copy find.exe from cygwin to find_cygwin to avoid conflict with systen32/find
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