mage/clean_dbs.sh
2015-11-08 22:32:42 -08:00

3 lines
125 B
Bash
Executable file

#!/usr/bin/env bash
# Cleans the DB from Server, Client and Test modules
find . -type f -iname 'cards.h2*.db' -print -delete