Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_base
/
refs/heads/android-15
/
.
/
cmds
/
bu
/
bu.sh
blob: e50b53da43250490e2130dd788ce4abbd67a6811 [
file
] [
log
] [
blame
]
George Burgess IV
6c16888
2017-11-04 15:58:58 -0700
[
diff
] [
blame
]
1
#!/system/bin/sh
Christopher Tate
4a627c7
2011-04-01 14:43:32 -0700
[
diff
] [
blame
]
2
# Script to start "bu" on the device
3
#
4
base
=/
system
5
export CLASSPATH
=
$base
/
framework
/
bu
.
jar
6
exec app_process $base
/
bin com
.
android
.
commands
.
bu
.
Backup
"$@"
7