This commit is contained in:
Christian Hesse 2022-05-05 10:39:55 +02:00
parent cf59f273fe
commit 2680192b92

View file

@ -247,9 +247,8 @@ This will fetch and install a script `hello-world.rsc` from the given url:
(Yes, the example url still belongs to the repository for easy
handling - but the url can be what ever you use.)
For a script to be considered valid it has to begin with this line:
#!rsc by RouterOS
For a script to be considered valid it has to begin with a *magic taken*.
Have a look at [any script](README.d/hello-world.rsc) and copy the first line.
Starting a script's name with `mod/` makes it a module and it is run
automatically by `global-functions`.