Sign in
coral
/
busybox
/
e9aba3e7ea4936278188555332654796e5b5e873
/
.
/
shell
/
ash_test
/
ash-misc
/
empty_for2.tests
blob: 2b12ec2c19fd02c3f1f1f095477d0acdc2083eb7 [
file
] [
log
] [
blame
]
if
test $
# = 0; then
exec
"$THIS_SH"
$0 abc
"d e"
123
fi
false
for
v
;
do
echo
"PARAM:$v"
;
done
echo OK
:
$
?