diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/template.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/template.md b/doc/template.md new file mode 100644 index 0000000..bc86c32 --- /dev/null +++ b/doc/template.md @@ -0,0 +1,46 @@ +Script `template` +================= + +[◀ Go back to main README](../README.md) + +Description +----------- + +Short description... + +In detail +--------- + +Get all the details... + +Requirements and installation +----------------------------- + +We need... + +... then we install: + + [admin@MikroTik] > / system script add name=template + [admin@MikroTik] > / system script run script-updates + +Configuration +------------- + +The configuration goes to `global-config`, These are the parameters: + +* ... + +Usage and invocation +-------------------- + +This is intended... + +See also +-------- + +* [another script](template.md) +* ... + +--- +[◀ Go back to main README](../README.md) +[▲ Go back to top](#top) |