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