github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft-config/shyft-cli/runJs.sh (about)

     1  file=$1
     2  echo Executing "${file}"...
     3  runthing="./build/bin/geth  --exec 'loadScript(\""$file"\")' attach http://127.0.0.1:8545"
     4  eval $runthing