mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9db88e9951
--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
|
|
)
|