File: rootit

package info (click to toggle)
xperia-flashtool 0.9.34%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,692 kB
  • sloc: java: 30,923; xml: 540; sh: 348; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export PATH=DEVICEWORKDIR:$PATH
chmod 755 DEVICEWORKDIR/busybox

busybox rm -f DEVICEWORKDIR/psneuter
busybox rm -f DEVICEWORKDIR/zergrush
busybox rm -f DEVICEWORKDIR/sh
busybox rm -f DEVICEWORKDIR/boomsh

if busybox [ -e DEVICEWORKDIR/psneuter.tar.uue ]
then
	(cd DEVICEWORKDIR;busybox uudecode -o psneuter.tar psneuter.tar.uue;busybox tar xpf psneuter.tar;chmod 755 psneuter;busybox rm psneuter.tar*)
	DEVICEWORKDIR/psneuter
fi

if busybox [ -e DEVICEWORKDIR/zergrush.tar.uue ]
then
	(cd DEVICEWORKDIR;busybox uudecode -o zergrush.tar zergrush.tar.uue;busybox tar xpf zergrush.tar;chmod 755 zergrush;busybox rm zergrush.tar*)
	DEVICEWORKDIR/zergrush
fi