3 lines
60 B
Bash
3 lines
60 B
Bash
|
#!/bin/bash
|
||
|
trap "exit" INT
|
||
|
ethereum -rpc true -rpcport 8080
|