summaryrefslogtreecommitdiffstats
path: root/cmds/input/input
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/input/input')
-rw-r--r--cmds/input/input7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmds/input/input b/cmds/input/input
new file mode 100644
index 0000000..fa9dced
--- /dev/null
+++ b/cmds/input/input
@@ -0,0 +1,7 @@
+# Script to start "input" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/input.jar
+exec app_process $base/bin com.android.commands.input.Input $*
+