Files: 20fb2ab17ea2bdbea42eda88b7d13cf5065dccf4 / examples / launch_sbot.js
155 bytesRaw
1 | let scuttleshell = require("../server") |
2 | |
3 | console.log("Starting sbot, quitting after 30 seconds") |
4 | scuttleshell.start() |
5 | |
6 | setTimeout(scuttleshell.stop, 30000) |
Built with git-ssb-web