Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_base
/
10f328c580fe1e897b51a7e4b38ee4c341d970f1
/
.
/
cmds
/
requestsync
/
requestsync
blob: 2d5d0e41705a06c8c2d98a212d7df184e6a51282 [
file
] [
log
] [
blame
]
#!/system/bin/sh
# Script to start "requestsync" on the device
#
base
=/
system
export
CLASSPATH
=
$base
/
framework
/
requestsync
.
jar
exec
app_process $base
/
bin com
.
android
.
commands
.
requestsync
.
RequestSync
"$@"