blob: 931567583e90b120b0109dcbc9c28c6e4d1b927d [file] [log] [blame]
Alon Alberte1c4a0b2012-01-13 09:35:35 -08001# Script to start "requestsync" on the device
2#
3base=/system
4export CLASSPATH=$base/framework/requestsync.jar
5exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"
6