cfg/nsenter.sh

4 lines
48 B
Bash
Executable File

#!/bin/sh
exec nsenter -a -t 1 "${0##*/}" "$@"