mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-16 07:14:15 +00:00
8 lines
57 B
Bash
8 lines
57 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
killall p2pd
|
||
|
rm -rf /tmp/*
|
||
|
|
||
|
beacon_node $*
|
||
|
|