7 lines
127 B
JavaScript
Executable file
7 lines
127 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
require('../lib/environment-helper')
|
|
|
|
const install = require('../lib/blockchain/install')
|
|
|
|
install.run()
|