mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
3 lines
No EOL
124 B
Bash
3 lines
No EOL
124 B
Bash
#!/usr/bin/env bash
|
|
# Cleans the DB from Server, Client and Test modules
|
|
find . -type f | grep -i cards.h2*.db | xargs rm -v |