1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-01-15 19:13:24 +00:00
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