Skip to content

Commit

Permalink
make clean_dbs.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelzor committed Nov 9, 2015
1 parent eda5d1a commit a1c46da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_dbs.sh 100644 → 100755
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
# 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

0 comments on commit a1c46da

Please sign in to comment.