From 759e6efd5cd5ad0c3d0d0ca3fe0c053311e92de0 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 18 Mar 2024 02:07:52 +0200 Subject: Renamed lib logit to _ak_logit Affected scripts: - ak - ak-articles - ak-categories - ak-comments - ak-data-expand - ak-enter - ak-files - ak-find-latest-mined-sblock - ak-folders - ak-follow - ak-following - ak-fs-add - ak-ipfs-check - ak-ipns-resolve - ak-news - ak-profile - ak-schain-latest-cached - ak-sm-files - ak-sm-filesplitter - ak-stellar-get-participants - ak-tempassin - ak-todos - ak-transactions - ak-zblock-cache - ak-zblock-manipulator - ak-zblock-pack - ak-zblock-show - ak-zchain-chk --- lib/_ak_logit | 5 +++++ lib/logit | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100755 lib/_ak_logit delete mode 100755 lib/logit (limited to 'lib') diff --git a/lib/_ak_logit b/lib/_ak_logit new file mode 100755 index 0000000..c6e1b51 --- /dev/null +++ b/lib/_ak_logit @@ -0,0 +1,5 @@ +#!/bin/bash + +logit(){ + ak-logthis "$PROGRAM" "$1" "$2" +} diff --git a/lib/logit b/lib/logit deleted file mode 100755 index c6e1b51..0000000 --- a/lib/logit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -logit(){ - ak-logthis "$PROGRAM" "$1" "$2" -} -- cgit v1.2.3