mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
3 lines
114 B
Bash
Executable File
3 lines
114 B
Bash
Executable File
#!/usr/bin/env sh
|
|
exec "${PYTHON:-python3}" -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"
|