mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-02 22:44:24 +02:00
global-functions: sort alphabetically
This commit is contained in:
parent
3db752bc97
commit
001e7eeb39
17 changed files with 339 additions and 340 deletions
|
@ -8,14 +8,14 @@
|
|||
:global GlobalConfigVersion;
|
||||
:global Identity;
|
||||
:global IDonate;
|
||||
:global SentConfigChangesNotification;
|
||||
:global ScriptUpdatesFetch;
|
||||
:global ScriptUpdatesBaseUrl;
|
||||
:global ScriptUpdatesUrlSuffix;
|
||||
:global ScriptUpdatesFetch;
|
||||
:global ScriptUpdatesIgnore;
|
||||
:global ScriptUpdatesUrlSuffix;
|
||||
:global SentConfigChangesNotification;
|
||||
|
||||
:global SendNotification;
|
||||
:global LogPrintExit;
|
||||
:global SendNotification;
|
||||
|
||||
:foreach Script in=[ / system script find where source~"^#!rsc" ] do={
|
||||
:local Ignore 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue