mirror of
https://github.com/proot-me/proot.git
synced 2024-11-27 08:29:00 +00:00
6 lines
75 B
Bash
6 lines
75 B
Bash
if [ -z `which ls` ]; then
|
|
exit 125;
|
|
fi
|
|
|
|
${PROOT} -b /etc:/x ls -la /x
|