aboutsummaryrefslogtreecommitdiffstats
path: root/global-wait
diff options
context:
space:
mode:
Diffstat (limited to 'global-wait')
-rw-r--r--global-wait12
1 files changed, 0 insertions, 12 deletions
diff --git a/global-wait b/global-wait
deleted file mode 100644
index 7e3cc6c..0000000
--- a/global-wait
+++ /dev/null
@@ -1,12 +0,0 @@
-#!rsc
-# RouterOS script: global-wait
-# Copyright (c) 2020 Christian Hesse <mail@eworm.de>
-#
-# wait for global-functions to finish
-# https://git.eworm.de/cgit/routeros-scripts/about/doc/global-wait.md
-
-:global GlobalFunctionsReady;
-
-:while ($GlobalFunctionsReady != true) do={
- :delay 500ms;
-}