repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests
/
6.cmd
/
type
/
type1.sub
blob
95f96aeaa7203365a2569daeb93894bd1b3250b1
1
foo()
2
{
3
echo $(<x1)
4
}
5
6
type foo
7
8
eval "$(declare -f foo | sed 's:foo:bar:')"
9
10
type bar