mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
added a script to clean cards.h2* from Server, Client and Test envs
This commit is contained in:
parent
6aa23b0b2e
commit
27a9e80de1
1 changed files with 2 additions and 0 deletions
2
clean_dbs.sh
Normal file
2
clean_dbs.sh
Normal 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
|
Loading…
Reference in a new issue