Chabo
Spy
- Joined
- Mar 2, 2005
- Messages
- 208
- Reaction score
- 2
Is currently the bane of my existence
./steam -command update -game t..
wrong window then
I briefly considered writing a Perl script that would basically do the following (in pseudocode):
Code:
while(1){
UpdateTF;
if(UpdateActuallyHappened)
break;
`sleep 60s`;
}
startServer;