11 lines
159 B
Bash
11 lines
159 B
Bash
#!/bin/bash
|
|
|
|
cd /hlds
|
|
|
|
./hlds_run \
|
|
-game cstrike \
|
|
-console \
|
|
-port "$PORT" \
|
|
+map "$MAP" \
|
|
+maxplayers "$MAX_PLAYERS" \
|
|
-${VAC:+-VAC} |