blob: c58a00279e4fecce5a76e8f21abe0091b24b8890 [file] [log] [blame]
#!/system/bin/sh
spath=$( cd "$(dirname "$0")" ; pwd -P )
cd $spath
# Directly execute a command within the chroot of an Android device
CMD=$1
chroot debian /bin/bash -i -c "$CMD"