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