mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 23:29:51 +00:00
3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
|
VAR=42 $THIS_SH -c 'unset VAR; env | grep ^VAR'
|
||
|
echo Done: $?
|