mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 23:29:51 +00:00
4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
|
unset a
|
||
|
echo $((3 + ${a:=$((4 + 5))}))
|
||
|
echo $a
|