summaryrefslogtreecommitdiff
path: root/command/lowpanctl
blob: 188b9d6fd685427766130fcc7a598b1b432a61e2 (plain)
1
2
3
4
5
6
# Script to start "lowpan-command" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/lowpan-command.jar
exec app_process $base/bin com.android.commands.lowpan.LowpanCtl "$@"