diff options
author | Christian Hesse <mail@eworm.de> | 2020-03-27 21:51:03 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-03-27 22:12:49 +0100 |
commit | 1e5784225a5034713dae8bea8fe8db1572b8bfc1 (patch) | |
tree | feb148b31fe235cfeae8b5b1f186ad73d7558342 | |
parent | 997ef3bf2379c1526e39544067c8257d5e999b14 (diff) |
add doc/super-mario-theme.md
-rw-r--r-- | doc/super-mario-theme.md | 31 | ||||
-rw-r--r-- | super-mario-theme | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/doc/super-mario-theme.md b/doc/super-mario-theme.md new file mode 100644 index 0000000..68484dc --- /dev/null +++ b/doc/super-mario-theme.md @@ -0,0 +1,31 @@ +Play Super Mario theme +====================== + +[◀ Go back to main README](../README.md) + +Description +----------- + +This script plays Super Mario theme. + +The hardware needs a beeper. + +Requirements and installation +----------------------------- + +Just install the script: + + $ScriptInstallUpdate super-mario-theme; + +Usage and invocation +-------------------- + +Just run the script to play: + + / system script run super-mario-theme; + +For extra fun use it for dhcp lease script. :) + +--- +[◀ Go back to main README](../README.md) +[▲ Go back to top](#top) diff --git a/super-mario-theme b/super-mario-theme index 671abc5..a7bcb39 100644 --- a/super-mario-theme +++ b/super-mario-theme @@ -3,6 +3,7 @@ # Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> # # play Super Mario theme +# https://git.eworm.de/cgit/routeros-scripts/about/doc/super-mario-theme.md :local Beeps { { 660; 100 }; 150; { 660; 100 }; 300; { 660; 100 }; 300; |