add scripts
[android-debian.git] / debian / debian-sh
1 #!/bin/sh
2
3 # get rid of the retarded export PATH terminal emulator inflicts on us
4 read foo
5 unset foo
6
7 export HOME='/root'
8 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
9 export SHELL='/bin/bash'
10 export TERM='xterm'
11
12 clear
13 cd
14 /bin/bash