mirror of
https://github.com/sheumann/hush.git
synced 2025-03-13 00:30:23 +00:00
6 lines
71 B
Plaintext
Executable File
6 lines
71 B
Plaintext
Executable File
export z=z
|
|
f() { local z=a; env | grep ^z; }
|
|
f
|
|
env | grep ^z
|
|
echo Done
|