tor-router/bin/tor-router

5 lines
98 B
JavaScript
Executable file

#!/usr/bin/env node
let { nconf, logger, main } = require('../src/launch');
main(nconf, logger);