Files: 0bed468ddc8682a39b1a3c0ad3d77d6cbe455b7a / bin.js
155 bytesRaw
1 | |
2 | const run = require('./index'); |
3 | |
4 | run().then(linesOfText => { |
5 | for (let line of linesOfText) { |
6 | process.stdout.write(line); |
7 | } |
8 | }); |
9 |
Built with git-ssb-web
1 | |
2 | const run = require('./index'); |
3 | |
4 | run().then(linesOfText => { |
5 | for (let line of linesOfText) { |
6 | process.stdout.write(line); |
7 | } |
8 | }); |
9 |
Built with git-ssb-web