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 --- bin/ak-ipns-resolve | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/ak-ipns-resolve') diff --git a/bin/ak-ipns-resolve b/bin/ak-ipns-resolve index c01e822..7f3839c 100755 --- a/bin/ak-ipns-resolve +++ b/bin/ak-ipns-resolve @@ -8,9 +8,8 @@ usage(){ echo "" echo "Returns the resolved IPFS CIDv0" } -logit(){ - ak-logthis "$PROGRAM" "$1" "$2" -} +source $AK_LIBDIR/logit + if [ ! -z $1 ] then rsld=$(ak-ipfs-name-resolve $1) -- cgit v1.2.3