summaryrefslogtreecommitdiff
path: root/addons/run-command
diff options
context:
space:
mode:
Diffstat (limited to 'addons/run-command')
-rwxr-xr-xaddons/run-command10
1 files changed, 0 insertions, 10 deletions
diff --git a/addons/run-command b/addons/run-command
deleted file mode 100755
index 6d5a8ca..0000000
--- a/addons/run-command
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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"