cfg/nsenter.sh

4 lines
63 B
Bash
Executable File

#!/bin/sh
exec nsenter -m -u -i -n -p -U -t 1 "${0##*/}" "$@"