xref
: /
busybox-1.35.0
/
shell
/
ash_test
/
ash-misc
/
assignment3.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# This must be interpreted as assignments
2
a=1 b\
3
=2 c=3
4
echo Done:$?
5
echo abc=$a$b$c
6