added go cli shell file

This commit is contained in:
cubedro 2015-03-02 23:44:25 +02:00
parent f165c430ae
commit 2e09746469
1 changed files with 3 additions and 0 deletions

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

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