#
# Script to run "ssltest" on the device or emulator. To run, type
# "adb shell ssltest [params]" while device or emulator is running
# example:
# > adb shell ssltest -num=100 -delay=1000 -site=https://www.fortify.net/sslcheck.html
#
# type "adb shell ssltest -help" to see the args.
#
base=/system
export CLASSPATH=$base/framework/ssltest.jar
exec app_process $base/bin com.google.android.ssltest.SslTest $*

