diff options
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 ] . "!"); |