1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-01-15 11:07:08 +00:00
mage/clean_dbs.sh

4 lines
125 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Cleans the DB from Server, Client and Test modules
2015-11-07 20:29:59 +00:00
find . -type f -iname 'cards.h2*.db' -print -delete