From d4c76b545eb485d6c4ee66884f8b6a262f7e0f49 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 11 Jul 2025 02:14:32 +0200 Subject: [PATCH] test/code --- sh/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sh/test.sh b/sh/test.sh index b7385f2..b29cb3b 100644 --- a/sh/test.sh +++ b/sh/test.sh @@ -17,13 +17,16 @@ rwx_test_code() { local items set \ "awk" \ + "modules_main" \ + "modules_user" \ "constants" \ "variables" \ "functions" \ "aliases" \ "aliases_functions" \ "commands" \ - "commands_functions" + "commands_functions" \ + "tasks" rwx_code for items in "${@}"; do echo