MikrotikScripting/scripts/v6/ch1-01-board-type.rsc

7 lines
184 B
Text
Raw Permalink Normal View History

2023-01-24 20:28:40 +00:00
# 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";