0
1
mirror of https://github.com/termux/proot.git synced 2024-09-22 08:31:06 +00:00
proot/tests/test-55fd1da5.sh
2016-08-21 07:42:00 -04:00

6 lines
75 B
Bash

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