mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
7 lines
110 B
Batchfile
7 lines
110 B
Batchfile
IF EXIST ..\buildbot-is-building (
|
|
del ..\buildbot-is-building
|
|
shutdown /r /t 0
|
|
|
|
timeout /t 120
|
|
)
|