From 1f8f084b71023f2413b561b93a474fc476aa8a4e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 30 Jul 2023 12:26:59 +0300 Subject: include also dofiles rexfile --- Rexfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rexfile b/Rexfile index e78e74a..86c91f5 100644 --- a/Rexfile +++ b/Rexfile @@ -1 +1 @@ -require './frontends/Rexfile'; \ No newline at end of file +require $_ for glob '*/Rexfile'; \ No newline at end of file -- cgit v1.2.3