+ printing args before executing

This commit is contained in:
Lucas Briese 2018-09-23 10:13:04 +02:00
parent b9d6bf2e77
commit 60ebda5470

View File

@ -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 "$!"