wifinigel.MikrotikScripting/scripts/v6/ch10-09-simple-pause.rsc
2023-01-24 20:28:40 +00:00

7 lines
No EOL
173 B
Text

# 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!";