tor-router/bin/tor-router

5 lines
98 B
Plaintext
Raw Normal View History

2017-01-31 23:11:36 +00:00
#!/usr/bin/env node
let { nconf, logger, main } = require('../src/launch');
2017-01-31 23:11:36 +00:00
main(nconf, logger);