git ssb

1+

mixmix / scuttle-shell



Tree: 79077c44d885308d311d2b0337c59abf4d41359f

Files: 79077c44d885308d311d2b0337c59abf4d41359f / examples / launch_sbot.js

155 bytesRaw
1let scuttleshell = require("../server")
2
3console.log("Starting sbot, quitting after 30 seconds")
4scuttleshell.start()
5
6setTimeout(scuttleshell.stop, 30000)

Built with git-ssb-web