mirror of
https://github.com/sheumann/hush.git
synced 2025-02-10 08:30:41 +00:00
4 lines
47 B
Plaintext
Executable File
4 lines
47 B
Plaintext
Executable File
unset a
|
|
echo $((3 + ${a:=$((4 + 5))}))
|
|
echo $a
|