mirror of
https://github.com/correl/mage.git
synced 2024-11-14 03:00:10 +00:00
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
|