5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
var=old
|
||
|
f() { echo "var=$var"; }
|
||
|
var=val f
|
||
|
echo "var=$var"
|