mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
2eb8cc1213
--HG-- extra : rebase_source : 72f78bad585cdb1e09b5ebd1f7d0ba0e713de677
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
|
|
)
|