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