mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-22 09:43:30 +02:00
add doc/super-mario-theme.md
This commit is contained in:
parent
997ef3bf23
commit
1e5784225a
2 changed files with 32 additions and 0 deletions
31
doc/super-mario-theme.md
Normal file
31
doc/super-mario-theme.md
Normal file
|
@ -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)
|
|
@ -3,6 +3,7 @@
|
||||||
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de>
|
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de>
|
||||||
#
|
#
|
||||||
# play Super Mario theme
|
# play Super Mario theme
|
||||||
|
# https://git.eworm.de/cgit/routeros-scripts/about/doc/super-mario-theme.md
|
||||||
|
|
||||||
:local Beeps {
|
:local Beeps {
|
||||||
{ 660; 100 }; 150; { 660; 100 }; 300; { 660; 100 }; 300;
|
{ 660; 100 }; 150; { 660; 100 }; 300; { 660; 100 }; 300;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue