Gitiles
Code Review
Sign In
192.168.1.100
/
YUKUAI_patch
/
86118913b4bf0e102d1cce3c6e5d35277b427cb7
/
.
/
rootfs
/
bin
/
adb_shell
blob: e63fdfed6da48d2becf7961fe952cbdb425678ae [
file
] [
log
] [
blame
]
xf.li
8611891
2025-03-19 20:07:27 -0700
[
diff
] [
blame^
]
1
#!/bin/sh
2
if
[
$1
=
'-c'
];
then
3
/
bin
/
sh
-
c
"$2"
4
else
5
/
bin
/
sh
6
fi