Skip to content
Snippets Groups Projects
ipfs_publish 192 B
Newer Older
clemo's avatar
clemo committed
#!/bin/bash
ID=`ipfs add -r reports | tail -n1 | tr " " "\n" | head -n2 | tail -n1`
echo $ID
echo "[reports can be found on ipfs](https://gateway.ipfs.io/ipfs/$ID) \`/ipfs/$ID\`" > REPORTS.md