aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_yt-dlp
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_yt-dlp')
-rw-r--r--dot_local/bin/executable_yt-dlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/bin/executable_yt-dlp b/dot_local/bin/executable_yt-dlp
index 87947a8..df62831 100644
--- a/dot_local/bin/executable_yt-dlp
+++ b/dot_local/bin/executable_yt-dlp
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env dash
# Thin wrapper: run yt-dlp inside _sandbox-net-parser. See that
# script for the threat model and the SANDBOX=0 escape hatch.
exec _sandbox-net-parser "$HOME/.nix-profile/bin/yt-dlp" "$@"