git ssb

0+

Daan Patchwork / ssb-viewer



forked from cel / ssb-viewer

Tree: df2a2ada6eb755c0b52aad076d8abdcf12c14ad5

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