From ad01ff326c2c528f92217934565d752b307917ae Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 8 Jul 2022 16:48:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egaboshlib.include=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gaboshlib.include | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gaboshlib.include b/gaboshlib.include index e61d32f..3abec25 100644 --- a/gaboshlib.include +++ b/gaboshlib.include @@ -7,7 +7,11 @@ set -a ## Include functions -. /etc/bash/gaboshlib/g_*.bashfunc +for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc") +do + echo $bashfunc + . "$bashfunc" +done ## # if runnign directly from shell