Team Fortress 2 Source Code as on 22/4/2020
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

  1. echo off
  2. :start
  3. @rem Sleep time is arbitrary, it just prevents us from spamming Perforce.
  4. call buildmod ep2 -all
  5. sleep 15
  6. call buildmod portal -all
  7. sleep 15
  8. call buildmod hl2 -all
  9. sleep 15
  10. call buildmod tf -all
  11. sleep 15
  12. goto start