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