aboutsummaryrefslogtreecommitdiffstats
path: root/yt-dlp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'yt-dlp.sh')
-rwxr-xr-xyt-dlp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt-dlp.sh b/yt-dlp.sh
index 0321a3362..22a69250c 100755
--- a/yt-dlp.sh
+++ b/yt-dlp.sh
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/usr/bin/env sh
exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"