mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
23 lines
241 B
Batchfile
23 lines
241 B
Batchfile
echo off
|
|
:start
|
|
|
|
@rem Sleep time is arbitrary, it just prevents us from spamming Perforce.
|
|
|
|
call buildmod ep2 -all
|
|
|
|
sleep 15
|
|
|
|
call buildmod portal -all
|
|
|
|
sleep 15
|
|
|
|
call buildmod hl2 -all
|
|
|
|
sleep 15
|
|
|
|
call buildmod tf -all
|
|
|
|
sleep 15
|
|
|
|
goto start
|