wifinigel.MikrotikScripting/scripts/ch1-01-board-type.rsc

5 lines
147 B
Text
Raw Normal View History

2023-01-19 21:27:15 +00:00
# A simple script to print your Mikrotik board type
:local boardType [/system resource get board]
:put "Your Mikrotik board type is : $boardType"