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
improve of cmpl.
[bush.git]
/
testing
/
3.OriginalTest.dir
/
exp
/
new-exp
/
new-exp7.sub
blob
970475ccd35447fbe4241dfbee0eeb03908aa1d3
1
foo()
2
{
3
echo < <(cat x1)
4
}
5
6
type foo
7
8
declare -f foo
9
10
echo $(declare -f foo | sed 's:foo:bar:')
11
eval "$(declare -f foo | sed 's:foo:bar:')"
12
13
type bar