mirror of
https://github.com/mr-vercetti/docker-svencoop-server.git
synced 2025-01-18 18:35:35 +01:00
6 lines
107 B
Bash
6 lines
107 B
Bash
#!/bin/bash
|
|
|
|
echo "Starting Sven Co-Op server..."
|
|
cd ${SERVER_DIR}
|
|
${SERVER_DIR}/svends_run ${GAME_PARAMS}
|