mirror of
https://github.com/qtmleap/revkit.git
synced 2026-09-16 08:11:51 +02:00
9 lines
125 B
Bash
Executable File
9 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
source .env
|
|
|
|
SCRIPT="${1:-hook_netflix_android.js}"
|
|
|
|
uv run python run.py --android "$SCRIPT"
|