git ssb

0+

Grey the earthling / scuttleblog



Tree: b1a42fd880fa10cfeabdcfb38d8fd14fc1abf04f

Files: b1a42fd880fa10cfeabdcfb38d8fd14fc1abf04f / 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