allwinner_a64/android/frameworks/opt/net/lowpan/command/lowpanctl
2018-08-08 15:50:00 +08:00

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 "$@"