M7350/base/cmds/l2cap_test/l2cap_test
2024-09-09 08:52:07 +00:00

8 lines
213 B
Plaintext

# Script to start "l2cap_test" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/l2cap_test.jar
exec app_process $base/bin com.quicinc.l2cap_test.L2CapTest "$@"