|
1
|
2 mkdir sub && ( |
|
2
|
3 cd sub && |
|
3
|
4 foo the bar ?!LINT: missing '&&'?! |
|
4
|
5 nuff said |
|
5
|
6 ) && |
|
6
|
7 |
|
7
|
8 cut "-d " -f actual | (read s1 s2 s3 && |
|
8
|
9 test -f $s1 ?!LINT: missing '&&'?! |
|
9
|
10 test $(cat $s2) = tree2path1 && |
|
10
|
11 test $(cat $s3) = tree3path1) |