[core] Implement `--color` flag (#6904)
[yt-dlp.git] / yt-dlp.sh
blob22a69250c04903e870f255a05681eb158b618f25
1 #!/usr/bin/env sh
2 exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"