blob: 440ee9992da3491a85fae254bdb7eb14176d4a29 [file] [log] [blame]
Eric Sunshinebb4efbc2018-07-11 02:46:38 -04001(
2 cd foo &&
3 (
4 echo a &&
5 echo b
6 ) >file &&
7
8 cd foo &&
9 (
Eric Sunshinebb4efbc2018-07-11 02:46:38 -040010 echo a
11 echo b
12 ) >file
13)