mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-06-21 01:15:43 +02:00
6 lines
109 B
Text
6 lines
109 B
Text
# filename: ch2-01-hello-world.rsc
|
|
|
|
# Hello World Script
|
|
|
|
/local Message "Hello World!";
|
|
/log info $Message;
|