wifinigel.MikrotikScripting/scripts/01-get-board-name.rsc
2023-01-19 21:27:15 +00:00

6 lines
151 B
Text

{
# A simple script to print your Mikrotik board type
:local boardType [/system resource get board]
:put "Your Mikrotik board type is : $boardType"
}