#!/bin/sh # Backward-compatible wrapper — canonical script is wan-watch.sh in the same directory. D="$(CDPATH= cd -- "$(dirname "$0")" && pwd)" exec "$D/wan-watch.sh" "$@"