mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-12-06 10:39:29 +00:00
7 lines
184 B
Text
7 lines
184 B
Text
|
|
# filename: ch1-01-board-type.rsc
|
||
|
|
|
||
|
|
# A simple script to print your Mikrotik board type
|
||
|
|
|
||
|
|
:local BoardType [/system resource get board];
|
||
|
|
:put "Your Mikrotik board type is : $BoardType";
|