mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
|
# This must be interpreted as assignments
|
||
|
a=1 b\
|
||
|
=2 c=3
|
||
|
echo Done:$?
|
||
|
echo abc=$a$b$c
|