diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-30 12:26:59 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-30 12:26:59 +0300 |
| commit | 1f8f084b71023f2413b561b93a474fc476aa8a4e (patch) | |
| tree | 8c5c475674b7a3e3daa355746efc3b596d0b6456 | |
| parent | 1521269bc437da954256497e6ce3d1c2d4b34738 (diff) | |
include also dofiles rexfile
| -rw-r--r-- | Rexfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -require './frontends/Rexfile';
\ No newline at end of file +require $_ for glob '*/Rexfile';
\ No newline at end of file |
