mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +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
|
||
|
|
)
|