routeros-scripts-custom/doc/hello-world.md
Christian Hesse 8ca434ec05 update for upstream change on file extension
The scripts are expected to have the file extension ".rsc" now.
2023-03-07 11:25:28 +01:00

910 B
Raw Blame History

Hello World

⬅️ Go back to main README

Info: This script can not be used on its own but requires the base installation. See main README 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 "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;

See also

  • ...

⬅️ Go back to main README
⬆️ Go back to top