mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-16 13:04:31 +02:00
initial commit
This commit is contained in:
commit
c782dde326
61 changed files with 1457 additions and 0 deletions
6
scripts/ch2-01-hello-world.rsc
Normal file
6
scripts/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