git ssb

0+

Grey the earthling / scuttleblog



Tree: acec01a406a39bc1eadc08402994e3fc681a5707

Files: acec01a406a39bc1eadc08402994e3fc681a5707 / getdata.sh

193 bytesRaw
1#!/bin/bash
2
3source ./conf
4
5mkdir -p "$cachedir"
6sbot createUserStream --id "$userid" | json -g -c 'this.value.content.type == "post"' -c 'this.value.content.root == null' > "$cachedir/data"
7
8
9

Built with git-ssb-web