Created
October 30, 2020 07:39
-
-
Save regular/3db55afe96f4207b29d0d6c5916b29a7 to your computer and use it in GitHub Desktop.
shell script that deletes all leveldb-based indexes of all networks and identities managed by Bay of Plenty (BSD/OSX version)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find ~/.bay-of-plenty/networks -name CURRENT|xargs -I% dirname % | xargs -I% rm -rf % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment