parent
4b2ef0b88b
commit
ba459bbc1c
@ -0,0 +1,13 @@ |
|||||||
|
# just to be safe |
||||||
|
echo > passfile |
||||||
|
|
||||||
|
wget https://parity-downloads-mirror.parity.io/v1.8.5/x86_64-unknown-linux-gnu/parity |
||||||
|
|
||||||
|
chmod 755 ./parity |
||||||
|
echo > passfile |
||||||
|
|
||||||
|
./parity --chain dev 2>&1 & |
||||||
|
|
||||||
|
PARITY_PID=$! |
||||||
|
sleep 10 |
||||||
|
kill -9 $(lsof -t -i:8545) |
Loading…
Reference in new issue