index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t4018
/
bash-nested-functions
blob: 2c9237ead42598a639962d590373620e2f304507 (
plain
)
1
2
3
4
5
6
outer() {
RIGHT() {
:
echo 'ChangeMe'
}
}