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