Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c8c95bbfb63cd52cb22cbf538f33b9fc96a99ee3
/
.
/
target
/
linux
/
mmp
/
base-files
/
bin
/
adb_shell
blob: befe636821b752002bba11149c238e99104b493d [
file
] [
log
] [
blame
]
#!/bin/sh
export ENV
=
'/etc/adb_profile'
USER_NAME
=
root
#if [ $1 = '-' ];then
# /bin/login
#elif [ $1 = '-c' ];then
# /bin/login -c "$2"
#else
# /bin/login
#fi
/
bin
/
login $USER_NAME