diff options
author | Christian Hesse <mail@eworm.de> | 2022-02-21 12:54:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-02-21 12:54:01 +0100 |
commit | 343ee27820c3e5e82e2a0a8ab7899f7059cf370e (patch) | |
tree | 5dfacbc9123c44afbe4a5a79d6f9632d4c1ab77b /doc/mod/scriptrunonce.md | |
parent | 886cd67edba86906fea4c0d753b13b7c68c5e78b (diff) | |
parent | d74aac8f6ad3edfdf65d4a3ee6714aae1d3ade0f (diff) |
Merge branch 'doc/mod' into next
Diffstat (limited to 'doc/mod/scriptrunonce.md')
-rw-r--r-- | doc/mod/scriptrunonce.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/mod/scriptrunonce.md b/doc/mod/scriptrunonce.md new file mode 100644 index 0000000..190ed03 --- /dev/null +++ b/doc/mod/scriptrunonce.md @@ -0,0 +1,35 @@ +Download script and run it once +=============================== + +[◀ Go back to main README](../../README.md) + +> ℹ️️ **Info**: This module can not be used on its own but requires the base +> installation. See [main README](../../README.md) for details. + +Description +----------- + +This module adds a function that downloads a script, checks for syntax +validity and runs it once. + +Requirements and installation +----------------------------- + +Just install the module: + + $ScriptInstallUpdate mod/scriptrunonce; + +Usage and invocation +-------------------- + +The function `$ScriptRunOnce` expects an url pointing to a script as parameter. + + $ScriptRunOnce https://git.eworm.de/cgit/routeros-scripts/plain/doc/mod/scriptrunonce.d/hello-world.rsc + +![ScriptRunOnce](scriptrunonce.d/scriptrunonce.avif) + +Giving multiple scripts is possible, separated by comma. + +--- +[◀ Go back to main README](../../README.md) +[▲ Go back to top](#top) |