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 --- lib/logit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 lib/logit (limited to 'lib/logit') diff --git a/lib/logit b/lib/logit new file mode 100755 index 0000000..c6e1b51 --- /dev/null +++ b/lib/logit @@ -0,0 +1,5 @@ +#!/bin/bash + +logit(){ + ak-logthis "$PROGRAM" "$1" "$2" +} -- cgit v1.2.3