diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-11 19:36:28 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-11 19:36:28 +0200 |
commit | bf87d94330c6c6153eab9f1a3016efeef5ebc754 (patch) | |
tree | 99ca0366d4d956848d8793130734e5761794dade /lib | |
parent | d4e498a18f700e288764cdf8799a2b07a76e1615 (diff) | |
download | arching-kaos-tools-bf87d94330c6c6153eab9f1a3016efeef5ebc754.tar.gz arching-kaos-tools-bf87d94330c6c6153eab9f1a3016efeef5ebc754.tar.bz2 arching-kaos-tools-bf87d94330c6c6153eab9f1a3016efeef5ebc754.zip |
Introduced ./lib for common stuff
ofc, logit was the first lib to add... finally
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/logit | 5 |
1 files changed, 5 insertions, 0 deletions
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" +} |