1
0
Fork 0
git/t/chainlint/close-subshell.expect
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

26 lines
214 B
Text

2 (
3 foo
4 ) &&
5 (
6 bar
7 ) >out &&
8 (
9 baz
10 ) 2>err &&
11 (
12 boo
13 ) <input &&
14 (
15 bip
16 ) | wuzzle &&
17 (
18 bop
19 ) | fazz \
20 fozz &&
21 (
22 bup
23 ) |
24 fuzzle &&
25 (
26 yop
27 )