blob: 6d5a8ca3c33167f74db927fd6e68e63b374f19e8 [file] [log] [blame]
#!/system/bin/sh
spath=$( cd "$(dirname "$0")" ; pwd -P )
cd $spath
source run.common
# Directly execute a command within the chroot of an Android device
CMD="$*"
chroot debian /bin/bash --rcfile '.bashrc.silent' -i -c "$CMD"