mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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…
Add table
Add a link
Reference in a new issue