git ssb

9+

cel / ssb-viewer



Tree: c201e35b8d6663a0a4e9ea13a1a5b0d465d3b9d5

Files: c201e35b8d6663a0a4e9ea13a1a5b0d465d3b9d5 / bin.js

132 bytesRaw
1#!/usr/bin/env node
2
3require('ssb-client')(function (err, sbot, config) {
4 if (err) throw err
5 require('.').init(sbot, config)
6})
7

Built with git-ssb-web