index
:
arching-kaos-tools/.git
master
origin/HEAD
origin/dev
origin/featureentershowzblocksonlyflag
origin/master
origin/mining
origin/patchnews1
Tools to interact and build an Arching Kaos Infochain
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ak-ipfs-cat
blob: b9bd7ec656d4489229f3d7c5ffc09206dac6df34 (
plain
)
1
2
3
4
5
6
7
#!/bin/bash ipfs --timeout=10s cat $1 if [ "$?" -ne "0" ] then exit 1 fi