mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-31 16:24:55 +02:00
7 lines
151 B
Text
7 lines
151 B
Text
|
{
|
||
|
# A simple script to print your Mikrotik board type
|
||
|
|
||
|
:local boardType [/system resource get board]
|
||
|
:put "Your Mikrotik board type is : $boardType"
|
||
|
}
|