View Single Post
Posts: 108 | Thanked: 44 times | Joined on Nov 2009 @ Como, Italy
#17
The two files are identical.

Their content is below:


#!bin/sh
#From Andrey Gubarev easyroot
trap exit SIGHUP SIGINT SIGTERM
PATH=/bin:/usr/bin:/sbin:/usr/sbin
if [ "$1" = "--use-su" ]
then
exec su -
else
echo "Root shell enabled"
/bin/sh
fi
__________________
computer 1st, phone 2nd

Last edited by smage; 2009-12-09 at 07:37.