process title.

This commit is contained in:
Christopher Jeffrey 2014-09-12 18:56:31 -07:00
parent 9a65999b2f
commit 49acbfc113

View File

@ -1,5 +1,7 @@
#!/usr/bin/env node
process.title = 'bitcoind.js';
var bitcoind = require('../')();
bitcoind.start(function(err) {