mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
|
VAR=42 $THIS_SH -c 'unset VAR; env | grep ^VAR'
|
||
|
echo Done: $?
|