mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-28 14:54:59 +02:00
6 lines
No EOL
229 B
Text
6 lines
No EOL
229 B
Text
# filename: ch1-02-get-board-arch.rsc
|
|
|
|
# A simple script to print your Mikrotik board architecture
|
|
|
|
:local ArchitectureName [/system resource get architecture-name];
|
|
:put "Your Mikrotik board architecture is : $ArchitectureName"; |