6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd ../ethereum
|
|
|
|
truffle exec scripts/dumpTeyrchainConfig.js | sed '/^Using/d;/^$/d'
|