added a script to clean cards.h2* from Server, Client and Test envs

This commit is contained in:
glerman 2015-07-03 02:28:48 +03:00 committed by Gal Lerman
parent 6aa23b0b2e
commit 27a9e80de1

2
clean_dbs.sh Normal file
View file

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