mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +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" "$@"
|