This commit is contained in:
rusefi 2017-03-24 19:06:12 -04:00
parent ff49f59ce8
commit cc9fba7f9c
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