Files
orangepi-5-plus-kernel/external/packages/bsp/sun60iw2/usr/bin/adb_shell

10 lines
128 B
Plaintext
Raw Normal View History

2026-02-07 20:22:48 +08: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