run.sh 139 B

12345
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
  4. exec python3 "$SCRIPT_DIR/service/serve.py" --open "$@"