mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 13:11:30 +00:00
10 lines
163 B
Bash
10 lines
163 B
Bash
|
#!/bin/zsh -x
|
||
|
|
||
|
/Local/Public/bungi/BuildOutput/Quake3.app/Contents/MacOS/Quake3 \
|
||
|
+set sv_pure 0 \
|
||
|
+set g_syncronousClients 1 \
|
||
|
+map q3dm6 \
|
||
|
+record foo
|
||
|
|
||
|
|