Files
bash/tests/type1.sub
2009-09-12 16:47:00 +00:00

11 lines
88 B
Plaintext

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