3 lines
105 B
Bash
3 lines
105 B
Bash
|
#!/bin/bash
|
||
|
trap "exit" INT
|
||
|
/home/ubuntu/bin/eth -b -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -j
|