diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-31 12:00:59 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-31 12:00:59 +0300 |
commit | e4f18be94261b39544ef3bc50321f6aedeb45bd6 (patch) | |
tree | 2c79daf0bdc91beb91846f00bb3d3f51236967cf /lib/_ak_log | |
parent | 23a61661f03c03a357ad8aa47ba3595fabe24de1 (diff) | |
download | arching-kaos-tools-e4f18be94261b39544ef3bc50321f6aedeb45bd6.tar.gz arching-kaos-tools-e4f18be94261b39544ef3bc50321f6aedeb45bd6.tar.bz2 arching-kaos-tools-e4f18be94261b39544ef3bc50321f6aedeb45bd6.zip |
huge refactor, might breaking things
Diffstat (limited to 'lib/_ak_log')
-rwxr-xr-x | lib/_ak_log | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/_ak_log b/lib/_ak_log new file mode 100755 index 0000000..6a55f5f --- /dev/null +++ b/lib/_ak_log @@ -0,0 +1,5 @@ +#!/bin/bash + +logit(){ + ak-log-message "$PROGRAM" "$1" "$2" +} |