git ssb

1+

mixmix / scuttle-shell



Tree: 70ce48365b1af5de52899c5161883b2d6bad27ae

Files: 70ce48365b1af5de52899c5161883b2d6bad27ae / 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