mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
8 lines
132 B
Bash
Executable File
8 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Deleting datasets..."
|
|
rm -r ../datasets
|
|
echo "Deleting states and databases..."
|
|
rm -r ./out
|
|
echo "Done."
|