blob: e50b53da43250490e2130dd788ce4abbd67a6811 [file] [log] [blame]
George Burgess IV6c168882017-11-04 15:58:58 -07001#!/system/bin/sh
Christopher Tate4a627c72011-04-01 14:43:32 -07002# Script to start "bu" on the device
3#
4base=/system
5export CLASSPATH=$base/framework/bu.jar
6exec app_process $base/bin com.android.commands.bu.Backup "$@"
7