diff options
author | Christian Hesse <mail@eworm.de> | 2022-05-04 22:23:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-05-05 10:42:03 +0200 |
commit | ecde864263f8572503eeaba2ad7c806847adb594 (patch) | |
tree | e5c44c7b65020d8f3c79e54b11cd4b91a0df612a /README.d/hello-world.rsc | |
parent | 7189a3bbe5320a80d1cfbcbf940c1a2d57c45b73 (diff) |
README: installing custom scripts & modules
Diffstat (limited to 'README.d/hello-world.rsc')
-rw-r--r-- | README.d/hello-world.rsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.d/hello-world.rsc b/README.d/hello-world.rsc new file mode 100644 index 0000000..17ec575 --- /dev/null +++ b/README.d/hello-world.rsc @@ -0,0 +1,3 @@ +#!rsc by RouterOS + +:put ("Hello World from " . [ / system identity get name ] . "!"); |