aboutsummaryrefslogtreecommitdiffstats
path: root/README.d
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-05-04 22:23:17 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-05-05 10:42:03 +0200
commitecde864263f8572503eeaba2ad7c806847adb594 (patch)
treee5c44c7b65020d8f3c79e54b11cd4b91a0df612a /README.d
parent7189a3bbe5320a80d1cfbcbf940c1a2d57c45b73 (diff)
README: installing custom scripts & modules
Diffstat (limited to 'README.d')
-rw-r--r--README.d/12-install-custom-script.avifbin0 -> 2349 bytes
-rw-r--r--README.d/hello-world.rsc3
2 files changed, 3 insertions, 0 deletions
diff --git a/README.d/12-install-custom-script.avif b/README.d/12-install-custom-script.avif
new file mode 100644
index 0000000..fb53606
--- /dev/null
+++ b/README.d/12-install-custom-script.avif
Binary files differ
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 ] . "!");