mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 14:24:32 +00:00
8 lines
68 B
Bash
Executable File
8 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
killall p2pd
|
|
rm -rf /tmp/*
|
|
|
|
beacon_node --nat:none $*
|
|
|