#!/bin/sh
exec nsenter -a -t 1 -- `realpath -s $0` "$@"
