6 lines
225 B
Text
Executable file
6 lines
225 B
Text
Executable file
# 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 "$@"
|