rusefi-1/misc/weird_stuff/dos2unix_all_job.bat

5 lines
122 B
Batchfile
Raw Normal View History

2017-03-24 16:24:43 -07:00
find_cygwin . -type f -print0 | xargs -0 dos2unix
git pull
call dos2unix_all.bat
git commit -m "dos2unix nightly"
2017-03-24 16:06:12 -07:00
git push