From 610e82629543ff0b44f46a221227c2998087ef30 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 10 Apr 2025 04:57:32 +0300 Subject: Applying optimization --- bin/ak-template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/ak-template') diff --git a/bin/ak-template b/bin/ak-template index 601a467..b5333be 100755 --- a/bin/ak-template +++ b/bin/ak-template @@ -29,8 +29,9 @@ PROGRAM=$(basename $0) descriptionString="Quick description" # At least these -source $AK_LIBDIR/_ak_log -source $AK_LIBDIR/_ak_script +source $AK_LIBDIR/_ak_lib_load +_ak_lib_load _ak_log +_ak_lib_load _ak_script # Your stuff here... example(){ -- cgit v1.2.3