mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
7df28bbb8f
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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: $?
|