yzexam/exam-online-api-DEL/bin/clean.bat

12 lines
92 B
Batchfile
Raw Normal View History

2025-08-25 10:50:26 +08:00
@echo off
echo.
echo [<5B><>Ϣ] <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7><EFBFBD><EFBFBD>
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
2025-08-20 17:40:58 +08:00
pause