summaryrefslogtreecommitdiffstats
path: root/cmds/bu/bu
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/bu/bu')
-rwxr-xr-xcmds/bu/bu6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmds/bu/bu b/cmds/bu/bu
new file mode 100755
index 0000000..e8dbc31
--- /dev/null
+++ b/cmds/bu/bu
@@ -0,0 +1,6 @@
+# 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 "$@"
+