ethstats-client/bin/eth.sh
2015-04-02 18:04:55 +03:00

8 lines
130 B
Bash

#!/bin/bash
trap "exit" INT
if [ -f /usr/bin/ethereum ]
then
ethereum -rpc true
else
eth -x 15 -l 30303 -n off -m off -v 1 -j
fi