mirror of
https://github.com/sheumann/hush.git
synced 2025-08-15 19:27:40 +00:00
3 lines
62 B
Plaintext
Executable File
3 lines
62 B
Plaintext
Executable File
VAR=42 $THIS_SH -c 'unset VAR; env | grep ^VAR'
|
|
echo Done: $?
|