Files
Remzi Arpaci-Dusseau 880a1ca18b final set of wish tests
2019-02-18 19:45:13 -05:00

10 lines
217 B
Plaintext

path /bin tests
p1.sh > /tmp/output201 & p2.sh > /tmp/output202 & p3.sh > /tmp/output203
cat /tmp/output201
cat /tmp/output202
cat /tmp/output203
rm -rf /tmp/output201
rm -rf /tmp/output202
rm -rf /tmp/output203
exit