summaryrefslogtreecommitdiffstats
path: root/cmds/tm/tm
blob: dc95b6ffc59f1e1ec11e4525e76d68b796f5b15a (plain)
1
2
3
4
5
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 "$@"