mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-25 13:25:04 +02:00
4 lines
147 B
Text
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"
|