blob: 41a48adaa2b8ff62784f9fe022281e094063e96a [file]
(
cd foo &&
(
echo a &&
echo b
) >file &&
cd foo &&
(
echo a
echo b
) >file
)