mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
1
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user