mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2026-01-20 16:19:33 +00:00
7 lines
101 B
Text
7 lines
101 B
Text
:local scripts
|
|
|
|
:set scripts {"lease";"buttons"}
|
|
|
|
:foreach script in=$scripts do={
|
|
:put $script;
|
|
}
|