You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
241 B
22 lines
241 B
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
|