Files: b1a42fd880fa10cfeabdcfb38d8fd14fc1abf04f / getdata.sh
193 bytesRaw
1 | |
2 | |
3 | source ./conf |
4 | |
5 | mkdir -p "$cachedir" |
6 | sbot 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