From fc91066907e4d16a951c8d72d23aa610945f5407 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 3 Apr 2023 05:15:00 +0300 Subject: Clean up, elimination of duplicate tempassins, fixed current directory problems, introduced new tool --- bin/ak-files | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/ak-files') diff --git a/bin/ak-files b/bin/ak-files index 92c7e17..fe0d279 100755 --- a/bin/ak-files +++ b/bin/ak-files @@ -1,6 +1,5 @@ #!/bin/bash # The following creates a mixtape data message -# We can extend it by calling the ak-pack_z_block.sh mixtape/add data ZFILESDIR="$AK_WORKDIR/files" TEMP="/tmp/aktmp" PROGRAM="$(basename $0)" @@ -92,7 +91,7 @@ echo "Printing data..." cat $TEMPASSIN/data echo "Publishing..." - ak-pack_z_block files/add data + ak-pack_z_block files/add $PWD/data if [ $? == 0 ] then echo "cool" -- cgit v1.2.3