git ssb

3+

ev / sdash



Tree: 3a4d25efb5cc4deb27280b8d8c796052914bb64d

Files: 3a4d25efb5cc4deb27280b8d8c796052914bb64d / 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