Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
target
/
linux
/
mmp
/
base-files
/
bin
/
adb_shell
blob: d95d930876f25f4f674a60752835cc4d6f932dc8 [
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