initial commit

This commit is contained in:
Christian Hesse 2023-01-09 17:56:26 +01:00
commit fa5291f6d1
4 changed files with 787 additions and 0 deletions

42
doc/hello-world.md Normal file
View file

@ -0,0 +1,42 @@
Hello World
===========
[⬅️ Go back to main README](../README.md)
> **Info**: This script can not be used on its own but requires the base
> installation. See [main README](../README.md) for details.
Description
-----------
This is a demo script. Invoked from terminal it writes to system log and
terminal, or sends a notification otherwise.
Requirements and installation
-----------------------------
Just install the script:
$ScriptInstallUpdate hello-world.rsc "base-url=https://git.eworm.de/cgit/routeros-scripts-custom/plain/"
Configuration
-------------
There's no specific configuration in `global-config-overlay`, other than
general configuration for notifications.
Usage and invocation
--------------------
Just run the script:
/system/script/run hello-world.rsc;
See also
--------
* ...
---
[⬅️ Go back to main README](../README.md)
[⬆️ Go back to top](#top)