mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
6 lines
110 B
Batchfile
6 lines
110 B
Batchfile
IF EXIST ..\buildbot-is-building (
|
|
del ..\buildbot-is-building
|
|
shutdown /r /t 0
|
|
|
|
timeout /t 120
|
|
)
|