#!/bin/sh
source podsec-u7s-functions
nsenter_main $0 $@

if [[ $# -eq 0 ]]; then
	exec $SHELL $@
else
	exec $@
fi
