git/t/chainlint/nested-subshell.expect

13 строки
97 B
Plaintext

(
cd foo &&
(
echo a &&
echo b
>> ) >file &&
cd foo &&
(
echo a
echo b
>> ) >file
>)