From 9606644a0beb4f2883e1e0f4c6c81b42ab40b3a1 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 3 Apr 2023 00:24:49 +0300 Subject: Renaming to prefix convention, introduced ipfs wrappers so it can be easier to maintain, changes in filesplitter and filejoiner as they move sm submodule namespace... like there are namespaces in bash or something --- bin/ak-ipfs-name-publish | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/ak-ipfs-name-publish (limited to 'bin/ak-ipfs-name-publish') diff --git a/bin/ak-ipfs-name-publish b/bin/ak-ipfs-name-publish new file mode 100755 index 0000000..321ba89 --- /dev/null +++ b/bin/ak-ipfs-name-publish @@ -0,0 +1,3 @@ +#!/bin/bash + +ipfs name publish $1 $2 -- cgit v1.2.3