first commit
This commit is contained in:
9
external/packages/bsp/sun60iw2/usr/bin/adb_shell
vendored
Executable file
9
external/packages/bsp/sun60iw2/usr/bin/adb_shell
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
export ENV='/etc/adb_profile'
|
||||
if [ $1 = '-' ];then
|
||||
/bin/sh
|
||||
elif [ $1 = '-c' ];then
|
||||
/bin/sh -c "$2"
|
||||
else
|
||||
/bin/sh
|
||||
fi
|
||||
BIN
external/packages/bsp/sun60iw2/usr/bin/adbd
vendored
Executable file
BIN
external/packages/bsp/sun60iw2/usr/bin/adbd
vendored
Executable file
Binary file not shown.
BIN
external/packages/bsp/sun60iw2/usr/bin/csi_test_mplane
vendored
Executable file
BIN
external/packages/bsp/sun60iw2/usr/bin/csi_test_mplane
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user