aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-files
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-04-03 05:15:00 +0300
committerkaotisk <kaotisk@arching-kaos.org>2023-04-03 05:15:00 +0300
commitfc91066907e4d16a951c8d72d23aa610945f5407 (patch)
tree8d66ab33ae012ba185810b7462cd58687b6be38b /bin/ak-files
parentad7d6281475c4adb67e0a43017803aeb4a9059ce (diff)
downloadarching-kaos-tools-fc91066907e4d16a951c8d72d23aa610945f5407.tar.gz
arching-kaos-tools-fc91066907e4d16a951c8d72d23aa610945f5407.tar.bz2
arching-kaos-tools-fc91066907e4d16a951c8d72d23aa610945f5407.zip
Clean up, elimination of duplicate tempassins, fixed current directory problems, introduced new tool
Diffstat (limited to 'bin/ak-files')
-rwxr-xr-xbin/ak-files3
1 files changed, 1 insertions, 2 deletions
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"