mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
2 lines
No EOL
104 B
Bash
2 lines
No EOL
104 B
Bash
# Cleans the DB from Server, Client and Test modules
|
|
find . -type f | grep -i cards.h2*.db | xargs rm -v |