blob: 188b9d6fd685427766130fcc7a598b1b432a61e2 [file] [log] [blame]
# 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 "$@"