SmartAudio/package/utils/adb/adb_shell

10 lines
128 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
#!/bin/sh
export ENV='/etc/adb_profile'
if [ $1 = '-' ];then
/bin/sh
elif [ $1 = '-c' ];then
/bin/sh -c "$2"
else
/bin/sh
fi