Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
migaverse
GitHub Repository: migaverse/skymod
Path: blob/master/system/bin/bu
4282 views
# Script to start "bu" on the device
#
base=/system
export CLASSPATH=$base/framework/bu.jar
exec app_process $base/bin com.android.commands.bu.Backup "$@"