#!/bin/bash
GAME="TimeTest"

nohup dom3 \
 -g $GAME --port 9999 \
 -STddddd --statfile --scoredump \
 --preexec ~/pre_$GAME.sh \
 --postexec ~/post_$GAME.sh \
 --era 1 --indepstr 3 --magicsites 65 --mapfile orania.map \
 --normai 0 --normai 1 \
 --impai 23 --impai 24  --impai 69 \
  -q --minutes 1   >$GAME.log  2>$GAME.err   &

