initial commit

This commit is contained in:
Wifinigel 2023-01-19 21:27:15 +00:00
commit c782dde326
61 changed files with 1457 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# 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];