blob: 2d5d0e41705a06c8c2d98a212d7df184e6a51282 [file] [log] [blame]
George Burgess IV6c168882017-11-04 15:58:58 -07001#!/system/bin/sh
Alon Alberte1c4a0b2012-01-13 09:35:35 -08002# 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