mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-12-13 14:09:30 +00:00
initial commit
This commit is contained in:
commit
c782dde326
61 changed files with 1457 additions and 0 deletions
10
scripts/ch5-03-long-line.rsc
Normal file
10
scripts/ch5-03-long-line.rsc
Normal 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];
|
||||
Loading…
Add table
Add a link
Reference in a new issue