diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2022-04-20 08:33:25 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2022-04-20 08:33:25 +0300 |
commit | 3c551c3f567a3342f3168d08eae52a97bc8b2ed6 (patch) | |
tree | a94a71f0ea481cf5e8ff705fd46ef006477aedc6 /bin/ipns-resolve | |
parent | 2d5df53b1aacc4e5528541cb98bfcf00dffa6c38 (diff) | |
download | arching-kaos-tools-3c551c3f567a3342f3168d08eae52a97bc8b2ed6.tar.gz arching-kaos-tools-3c551c3f567a3342f3168d08eae52a97bc8b2ed6.tar.bz2 arching-kaos-tools-3c551c3f567a3342f3168d08eae52a97bc8b2ed6.zip |
a bit of work on name resolving
Diffstat (limited to 'bin/ipns-resolve')
-rwxr-xr-x | bin/ipns-resolve | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ipns-resolve b/bin/ipns-resolve new file mode 100755 index 0000000..7f7478c --- /dev/null +++ b/bin/ipns-resolve @@ -0,0 +1,3 @@ +#!/bin/bash +ipfs name resolve $1 | sed -e 's/\/ipfs\///' + |