Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e789c3bea18181723c4ae7d761ec30926d182cfb
/
.
/
shell
/
hush_test
/
hush-misc
/
command2.tests
blob: 9d9de9a89b93a684fe490ab7541996a49cd59d70 [
file
] [
log
] [
blame
]
echo
"echo test1; ./test2.sh"
>
test1
.
sh
echo
"echo test2"
>
test2
.
sh
command
.
./
test1
.
sh
rm
-
f test1
.
sh test2
.
sh