mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-20 10:57:41 +02:00
initial commit
This commit is contained in:
commit
c782dde326
61 changed files with 1457 additions and 0 deletions
7
scripts/ch10-09-simple-pause.rsc
Normal file
7
scripts/ch10-09-simple-pause.rsc
Normal file
|
@ -0,0 +1,7 @@
|
|||
# ch10-09-simple-pause.rsc
|
||||
|
||||
# A simple script that includes a 2 second pause
|
||||
|
||||
:put "Hello we're going to pause now...";
|
||||
:delay 2;
|
||||
:put "Pause complete. We're all done now!";
|
Loading…
Add table
Add a link
Reference in a new issue