10 lines
88 B
Text
10 lines
88 B
Text
foo()
|
|
{
|
|
echo $(<x1)
|
|
}
|
|
|
|
type foo
|
|
|
|
eval "$(declare -f foo | sed 's:foo:bar:')"
|
|
|
|
type bar
|