restart.sh 99 B

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