blob: df628314f95844eccb6692a7f57057ff45aafa28 (
plain) (
blame)
1
2
3
4
|
#!/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" "$@"
|