]> git.mxchange.org Git - core.git/blob - contrib/cleanup.sh
Continued:
[core.git] / contrib / cleanup.sh
1 #!/bin/sh
2
3 # Cleans up all created files to start from scratch
4
5 echo "$0: Cleaning up database ..."
6 rm -f db/*/*.serial*
7 rm -f db/*.cache
8
9 echo "$0: All done."
10 exit 0