Server code

This commit is contained in:
Bottersnike 2022-02-04 01:09:08 +00:00
parent 629fc11ba4
commit 2f446a8d06
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ for /R /D %%G in (*) do if exist %%G\.git (
set RESULT=
for /f %%i in ('git status -s') do (set RESULT=%%i)
if defined RESULT (
git add %*
git add .
git commit %*
set ANY=1
)

2
eaapi

@ -1 +1 @@
Subproject commit e8ccee4a104962d2b8294ffb322b0ae33c6691a9
Subproject commit c84d8f35f6a8647a115de99c8cb922fb2c9eee95