launch-dedicated.sh: add a tiny comment/usage

This commit is contained in:
Moviuro
2015-06-13 10:23:24 +02:00
parent 392cc90695
commit 9df6b3c15f

View File

@@ -1,5 +1,11 @@
#!/bin/sh
# example launch script, see https://github.com/OpenRA/OpenRA/wiki/Dedicated for details
# Usage:
# $ ./launch-dedicated.sh # Launch a dedicated server with default settings
# $ Mod="d2k" ./launch-dedicated.sh # Launch a dedicated server with default settings but override the Mod
# Read the file to see which settings you can override
Name="${Name:-"Dedicated Server"}"
Mod="${Mod:-"ra"}"
Dedicated="True"