8 lines
68 B
Bash
8 lines
68 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
killall p2pd
|
||
|
rm -rf /tmp/*
|
||
|
|
||
|
beacon_node --nat:none $*
|
||
|
|