MikrotikScripting/scripts/v6/ch1-01-board-type.rsc
2023-01-24 20:28:40 +00:00

6 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";