6 lines
112 B
Bash
6 lines
112 B
Bash
|
#!/bin/bash
|
||
|
echo "RESETING ONIONR"
|
||
|
rm onionr/data/blocks/*.dat
|
||
|
rm onionr/data/peers.db
|
||
|
rm onionr/data/blocks.db
|