diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-12-12 12:29:03 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-12-12 12:29:03 +0200 |
commit | 296074f6f5f45c8ab55b44309f9991dca8ef13da (patch) | |
tree | 313289ef64621d0a47c2d0caca491f6f7d0ce65c /bin/ak-get-akid | |
parent | a89cb5df04211968a4884b371b5810a708ce8fcf (diff) | |
download | arching-kaos-tools-296074f6f5f45c8ab55b44309f9991dca8ef13da.tar.gz arching-kaos-tools-296074f6f5f45c8ab55b44309f9991dca8ef13da.tar.bz2 arching-kaos-tools-296074f6f5f45c8ab55b44309f9991dca8ef13da.zip |
Renamed scripts for convenience
Diffstat (limited to 'bin/ak-get-akid')
-rwxr-xr-x | bin/ak-get-akid | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/ak-get-akid b/bin/ak-get-akid deleted file mode 100755 index 61bc563..0000000 --- a/bin/ak-get-akid +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Resolves the IPNS key "ak-config" to its current IPFS value -# Return IPFS CIDv0 without /ipfs/ prefix -ak-ipfs-name-resolve /ipns/$(ak-ipfs-key-list-full | grep ak-config | awk '{print $1}') | sed -e 's/\/ipfs\///' - |