This commit is contained in:
rusefi 2017-03-24 19:06:12 -04:00
parent 92a3a6f47b
commit 4716c854dd
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
find_cygwin . -type f -print0 | xargs -0 dos2unix
git pull
call dos2unix_all.bat
git commit -m "dos2unix nightly"
git push