1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-15 09:16:27 -09:00
mage/clean_dbs.sh

3 lines
124 B
Bash
Raw Normal View History

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