luci/nsenter.sh

4 lines
60 B
Bash
Executable File

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