only:dead files

This commit is contained in:
Andrey 2024-07-13 23:13:02 -04:00
parent b21a51013e
commit 9451525430
2 changed files with 0 additions and 11 deletions

View File

@ -1 +0,0 @@
make -j4

View File

@ -1,10 +0,0 @@
git fetch >> log.txt 2>> err.txt
git reset --hard origin/master >> log.txt 2>> err.txt
cd firmware
call gen_config.bat >> ../log.txt 2>>../err.txt
call gen_live_documentation.bat >> ../log.txt 2>>../err.txt
git commit -am "Fresh generated - auto" >> ../log.txt 2>>../err.txt
git push