proot/test/test-55fd1da5.sh
2019-12-19 15:37:02 -05:00

5 lines
75 B
Bash

if [ -z `which ls` ]; then
exit 125;
fi
${PROOT} -b /etc:/x ls -la /x