1#!/system/bin/sh
2# Script to start "requestsync" on the device
3#
4base=/system
5export CLASSPATH=$base/framework/requestsync.jar
6exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"
7
8