mirror of
https://github.com/mr-vercetti/docker-blackmesa-coop-server.git
synced 2025-01-18 13:35:34 +01:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
cd ${SERVER_DIR}
|
|
${SERVER_DIR}/srcds_run -game bms ${GAME_PARAMS}
|