mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
5 lines
85 B
Text
Executable file
5 lines
85 B
Text
Executable file
# This must be interpreted as assignments
|
|
a=1 b\
|
|
=2 c=3
|
|
echo Done:$?
|
|
echo abc=$a$b$c
|