wifinigel.MikrotikScripting/scripts/ch1-01-board-type.rsc
2023-01-23 07:44:39 +00:00

4 lines
147 B
Text

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