mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
10 lines
185 B
JavaScript
Executable file
10 lines
185 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
'use strict';
|
|
|
|
/**
|
|
* This file remains for backwards compatibility only.
|
|
* Don't put stuff in this file.
|
|
* @see module:lib/cli
|
|
*/
|
|
|
|
require('../lib/cli').main();
|