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