Setting tag util-vserver-pl-0.4-29
[util-vserver-pl.git] / scripts / vsh
1 #!/bin/sh
2
3 SLICE=`whoami`
4 SLICEID=`id -u`
5
6 /usr/sbin/vserver_suid_wrapper $SLICE suexec $SLICEID /bin/bash "$@"