git ssb

9+

cel / ssb-viewer



Tree: b99fb41a81ed0e6a2d0e1f32c5fae9ce6cf5d9de

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