wifinigel.MikrotikScripting/scripts/v6/ch5-03-long-line.rsc
2023-01-24 20:28:40 +00:00

10 lines
314 B
Text

# filename: ch5-03-long-line.rsc
# Here is a long line
:put [/interface ethernet find where name~"ether" running true rx-fcs-error=0];
# Here is same line across multiple lines
:put [/interface ethernet find where \
name~"ether" \
running true \
rx-fcs-error=0];