diff options
Diffstat (limited to 'bin/ak-comments')
-rwxr-xr-x | bin/ak-comments | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ak-comments b/bin/ak-comments index 9e26e7d..02486f5 100755 --- a/bin/ak-comments +++ b/bin/ak-comments @@ -1,6 +1,9 @@ #!/bin/bash PROGRAM="$(basename $0)" +descriptionString="Comments module for Arching Kaos" + source $AK_LIBDIR/_ak_logit +source $AK_LIBDIR/_ak_script_description ZCOMMENTSDIR="$AK_WORKDIR/comments" TEMP="/tmp/aktmp" |