forked from External/mage
3 lines
125 B
Bash
Executable file
3 lines
125 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Cleans the DB from Server, Client and Test modules
|
|
find . -type f -iname 'cards.h2*.db' -print -delete
|