#!/system/bin/sh if whoami | grep -q '^root$' then chroot /debian /usr/local/sbin/debian-sh else su -c /data/local/bin/debian-sh fi