git ssb

9+

cel / ssb-viewer



Tree: 16d0981db7d404a6b2f805dab96db84bb47597d8

Files: 16d0981db7d404a6b2f805dab96db84bb47597d8 / 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