#!/data/data/com.termux/files/usr/bin/sh
DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec python3 "$DIR/clawtunnel.py" "$@"
