#!/usr/bin/env bash set -euo pipefail PORT="${1:-8590}" ./killserver.sh "$PORT" ./run.sh "$PORT"