mage/clean_dbs.sh

2 lines
104 B
Bash
Raw Normal View History

# Cleans the DB from Server, Client and Test modules
find . -type f | grep -i cards.h2*.db | xargs rm -v