Files
PlazmaBukkitMC/scripts/pull.cmd
2023-03-07 00:01:53 +09:00

9 lines
205 B
Batchfile

@echo off
git pull
taskkill /f /t /im java.exe >> NUL
taskkill /f /t /im git.exe >> NUL
rd /s /q Andromeda-API >> NUL
rd /s /q Andromeda-Server >> NUL
rd /s /q .gradle >> NUL
call gradlew.bat applyPatches