Files
sm-emby-share/scripts/dev-android.sh
T

6 lines
166 B
Bash
Raw Normal View History

2026-07-14 11:11:36 +08:00
#!/usr/bin/env bash
set -euo pipefail
REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
exec dart "$REPO_ROOT/scripts/dev_android.dart" --project-root "$REPO_ROOT" "$@"