#!/usr/bin/env bash set -euo pipefail exec python3 "$(dirname "$0")/prove-sitting-requester-exchange.py" "$@" >/dev/null 2>&1