mirror of
git://f0xx.org/android_cast
synced 2026-07-29 07:20:00 +03:00
5 lines
174 B
Bash
Executable File
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" "$@"
|