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
t/t1*: avoid redundant uses of cat
[alt-git.git]
/
t
/
t4018
/
bash-nested-functions
blob
2c9237ead42598a639962d590373620e2f304507
1
outer() {
2
RIGHT() {
3
:
4
echo 'ChangeMe'
5
}
6
}