summaryrefslogtreecommitdiff
path: root/command/lowpanctl
diff options
context:
space:
mode:
Diffstat (limited to 'command/lowpanctl')
-rwxr-xr-xcommand/lowpanctl6
1 files changed, 6 insertions, 0 deletions
diff --git a/command/lowpanctl b/command/lowpanctl
new file mode 100755
index 0000000..188b9d6
--- /dev/null
+++ b/command/lowpanctl
@@ -0,0 +1,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 "$@"