mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-08-31 23:10:01 +02:00
5 lines
148 B
Text
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"
|