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:44:21 +0200 |
commit | 357618a1a545ced696ffbfb87bb72a45b73913f8 (patch) | |
tree | e82ba8451035feb9666746f58850b2fee5d6fec7 /README.d | |
parent | af589df82cfcdbedfbab7d3d8e62b5238d318bb6 (diff) |
README: installing custom scripts & modules
(cherry picked from commit ecde864263f8572503eeaba2ad7c806847adb594)
Diffstat (limited to 'README.d')
-rw-r--r-- | README.d/12-install-custom-script.avif | bin | 0 -> 2349 bytes | |||
-rw-r--r-- | README.d/hello-world.rsc | 3 |
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 Binary files differnew file mode 100644 index 0000000..fb53606 --- /dev/null +++ b/README.d/12-install-custom-script.avif 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 ] . "!"); |