edited TODOs and comment header in clean_dbs.sh

This commit is contained in:
Gal Lerman 2015-07-06 23:49:03 +03:00 committed by Gal Lerman
parent cb89230327
commit 584e7fb394
3 changed files with 5 additions and 5 deletions

View file

@ -1,2 +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