6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
path /bin tests
|
|
p5.sh > /tmp/output22 & p4.sh > /tmp/output22
|
|
cat /tmp/output22
|
|
rm -f /tmp/output22
|
|
exit
|