summaryrefslogtreecommitdiffstats
path: root/cmds/tm/tm
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/tm/tm')
-rwxr-xr-xcmds/tm/tm6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmds/tm/tm b/cmds/tm/tm
new file mode 100755
index 0000000..dc95b6f
--- /dev/null
+++ b/cmds/tm/tm
@@ -0,0 +1,6 @@
+# Script to start "tm" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/tm.jar
+exec app_process $base/bin com.android.commands.tm.Tm "$@"