Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
928e2a7ef437138a7b05e02be2e0f4b10123766c
/
.
/
shell
/
ash_test
/
ash-misc
/
command2.tests
blob: 9d9de9a89b93a684fe490ab7541996a49cd59d70 [
file
] [
log
] [
blame
]
Ron Yorston
e939856
2015-10-30 19:05:55 +0000
[
diff
] [
blame
]
1
echo
"echo test1; ./test2.sh"
>
test1
.
sh
2
echo
"echo test2"
>
test2
.
sh
3
4
command
.
./
test1
.
sh
5
6
rm
-
f test1
.
sh test2
.
sh