comparison: security/nss/automation/buildbot-slave/reboot.bat
security/nss/automation/buildbot-slave/reboot.bat
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 IF EXIST ..\buildbot-is-building ( |
|
2 del ..\buildbot-is-building |
|
3 shutdown /r /t 0 |
|
4 |
|
5 timeout /t 120 |
|
6 ) |