+ printing args before executing
This commit is contained in:
parent
b9d6bf2e77
commit
60ebda5470
@ -19,5 +19,8 @@ cd "$STEAM_PATH/server/"
|
|||||||
trap 'pkill -15 srcds_run' SIGTERM
|
trap 'pkill -15 srcds_run' SIGTERM
|
||||||
|
|
||||||
#-console -game garrysmod +gamemode terrortown
|
#-console -game garrysmod +gamemode terrortown
|
||||||
|
echo "starting with"
|
||||||
|
echo "$@"
|
||||||
|
echo $@
|
||||||
./srcds_run "$@" &
|
./srcds_run "$@" &
|
||||||
wait "$!"
|
wait "$!"
|
||||||
|
Loading…
Reference in New Issue
Block a user