You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
148 B

(
x="line 1
line 2
line 3" &&
# LINT: missing "&&" on assignment
y="line 1
line2"
foobar
) &&
(
echo "xyz" "abc
def
ghi" &&
barfoo
)