mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-12-10 04:29:30 +00:00
initial commit
This commit is contained in:
commit
c782dde326
61 changed files with 1457 additions and 0 deletions
5
scripts/02-get-board-arch.rsc
Normal file
5
scripts/02-get-board-arch.rsc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# A simple script to print your Mikrotik board architecture
|
||||
|
||||
:local architectureName [/system resource get architecture-name]
|
||||
#:put "Your Mikrotik board architecture is : $architectureName"
|
||||
:log info "Your Mikrotik board architecture is : $architectureName"
|
||||
Loading…
Add table
Add a link
Reference in a new issue