blob: ba6787b564a9f874254affd578cfffbb0b5f4555 (
plain) (
blame)
1
2
3
4
|
#!/usr/bin/env sh
# Thin wrapper: run /usr/bin/mpv inside _sandbox-net-parser. See that
# script for the threat model and the SANDBOX=0 escape hatch.
exec _sandbox-net-parser /usr/bin/mpv "$@"
|