mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 03:32:18 +00:00
9a595bb36d
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
4 lines
47 B
Plaintext
Executable File
4 lines
47 B
Plaintext
Executable File
unset a
|
|
echo $((3 + ${a:=$((4 + 5))}))
|
|
echo $a
|