Skip to content

Commit 8bca9c8

Browse files
committed
update readme
1 parent 87fbc2d commit 8bca9c8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dLogs/readme.md

Whitespace-only changes.

test.bat renamed to updateCommit.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ for /r "%folder%" %%f in (*) do (
88
echo %%~nxf|findstr /c:".java"> nul 2>nul && echo %%~nxf|findstr /c:"@"> nul 2>nul && echo solve via java && echo %%~nxf && echo %%~nxf >> "%output%"
99
)
1010

11+
echo %1
12+
git add .
13+
git commit -m %1
14+
git push

0 commit comments

Comments
 (0)