mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-15 12:34:28 +02:00
Update for v1.03
This commit is contained in:
parent
086e3e6f1d
commit
e694bc14f9
22 changed files with 22 additions and 22 deletions
|
@ -4,7 +4,7 @@
|
|||
:put "Hello, I hope you're well.";
|
||||
|
||||
# Check if the time is after 6pm (get time in 21:46:04 format)
|
||||
:local CurrentTime [:system clock get time];
|
||||
:local CurrentTime [/system clock get time];
|
||||
:put "The current time is : $CurrentTime";
|
||||
|
||||
# Say good evening if time is after 18:00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue