From bf87d94330c6c6153eab9f1a3016efeef5ebc754 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Mar 2024 19:36:28 +0200 Subject: Introduced ./lib for common stuff ofc, logit was the first lib to add... finally --- bin/ak-comments | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/ak-comments') diff --git a/bin/ak-comments b/bin/ak-comments index 0d65273..590df45 100755 --- a/bin/ak-comments +++ b/bin/ak-comments @@ -1,8 +1,7 @@ #!/bin/bash PROGRAM="$(basename $0)" -logit(){ - ak-logthis "$PROGRAM" "$1" "$2" -} +source $AK_LIBDIR/logit + ZCOMMENTSDIR="$AK_WORKDIR/comments" TEMP="/tmp/aktmp" if [ ! -d $ZCOMMENTSDIR ]; then -- cgit v1.2.3