Files
2011-12-07 09:24:08 -05:00

11 lines
88 B
Plaintext

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