mirror of
https://github.com/git/git
synced 2024-10-31 01:43:41 +00:00
14 lines
93 B
Text
14 lines
93 B
Text
|
(
|
||
|
cd foo &&
|
||
|
(
|
||
|
echo a &&
|
||
|
echo b
|
||
|
) >file &&
|
||
|
|
||
|
cd foo &&
|
||
|
(
|
||
|
echo a
|
||
|
echo b
|
||
|
) >file
|
||
|
)
|