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

5 lines
148 B
Text

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