repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
refs: pass NULL to refs_read_ref_full() because object ID is not needed
[alt-git.git]
/
t
/
chainlint
/
nested-subshell.expect
blob
c8165ad19ec5da791ac15fe5800d374885057633
1
(
2
cd foo &&
3
(
4
echo a &&
5
echo b
6
>> ) >file &&
7
cd foo &&
8
(
9
echo a
10
echo b
11
>> ) >file
12
>)