1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 07:20:00 +03:00
Files
android_cast/examples/network/wan-snapshot.sh
Anton Afanasyeu 86055bf509 sync on be, vpn
2026-06-13 15:31:18 +02:00

5 lines
174 B
Bash
Executable File

#!/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" "$@"