mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-21 13:49:01 +02:00
8 lines
101 B
Text
8 lines
101 B
Text
|
:local scripts
|
||
|
|
||
|
:set scripts {"lease";"buttons"}
|
||
|
|
||
|
:foreach script in=$scripts do={
|
||
|
:put $script;
|
||
|
}
|