git ssb

16+

cel / patchfoo



Tree: 4e6e5fcf95f5b07e6d6017ab14f755a34c03e12e

Files: 4e6e5fcf95f5b07e6d6017ab14f755a34c03e12e / server.js

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

Built with git-ssb-web