Skip to content

Commit a1c46da

Browse files
committed
make clean_dbs.sh executable
1 parent eda5d1a commit a1c46da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clean_dbs.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
# Cleans the DB from Server, Client and Test modules
3-
find . -type f | grep -i cards.h2*.db | xargs rm -v
3+
find . -type f -iname 'cards.h2*.db' -print -delete

0 commit comments

Comments
 (0)