Merge pull request #7 from cubedro/develop

added go cli shell file
This commit is contained in:
Marian OANCΞA 2015-03-02 23:44:44 +02:00
commit 4d0fb01706

3
bin/eth-go.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
trap "exit" INT
ethereum -rpc true -rpcport 8080