mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-24 04:44:48 +02:00
update for v6/v7 support
This commit is contained in:
parent
4871e9432b
commit
b10b99bd87
120 changed files with 1479 additions and 22 deletions
6
scripts/v6/ch2-01-hello-world.rsc
Normal file
6
scripts/v6/ch2-01-hello-world.rsc
Normal file
|
@ -0,0 +1,6 @@
|
|||
# filename: ch2-01-hello-world.rsc
|
||||
|
||||
# Hello World Script
|
||||
|
||||
:local Message "Hello World!";
|
||||
:log info $Message;
|
Loading…
Add table
Add a link
Reference in a new issue