From 2680192b92e853c2e99db8ff173229845ccd8355 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 5 May 2022 10:39:55 +0200 Subject: [PATCH] !fixup --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f54ddf7..f84b443 100644 --- a/README.md +++ b/README.md @@ -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`.