diff options
Diffstat (limited to 'yt-dlp.sh')
-rwxr-xr-x | yt-dlp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -#!/bin/sh +#!/usr/bin/env sh exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@" |