blob: 87947a83291738ae7f435494b88f7ed346924bd8 (
plain) (
blame)
1
2
3
4
|
#!/usr/bin/env sh
# 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" "$@"
|