mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
4 lines
125 B
Bash
4 lines
125 B
Bash
file=$1
|
|
echo $file
|
|
runthing="./build/bin/geth --exec 'loadScript(\""$file"\")' attach http://127.0.0.1:8545"
|
|
eval $runthing
|