mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2026-01-21 09:09:34 +00:00
6 lines
148 B
Text
6 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"
|