mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
make clean_dbs.sh executable
This commit is contained in:
parent
eda5d1a1ef
commit
a1c46da5f2
1 changed files with 1 additions and 1 deletions
2
clean_dbs.sh
Normal file → Executable file
2
clean_dbs.sh
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Cleans the DB from Server, Client and Test modules
|
# Cleans the DB from Server, Client and Test modules
|
||||||
find . -type f | grep -i cards.h2*.db | xargs rm -v
|
find . -type f -iname 'cards.h2*.db' -print -delete
|
||||||
|
|
Loading…
Reference in a new issue