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

