blob: e8dbc318818f36ddd70ff0fb37599e8f93766574 [file] [log] [blame]
Christopher Tate4a627c72011-04-01 14:43:32 -07001# Script to start "bu" on the device
2#
3base=/system
4export CLASSPATH=$base/framework/bu.jar
5exec app_process $base/bin com.android.commands.bu.Backup "$@"
6