summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/command2.tests (plain)
blob: 9d9de9a89b93a684fe490ab7541996a49cd59d70
1echo "echo test1; ./test2.sh" >test1.sh
2echo "echo test2" >test2.sh
3
4command . ./test1.sh
5
6rm -f test1.sh test2.sh
7