diff --git a/clean_dbs.sh b/clean_dbs.sh new file mode 100644 index 0000000000..c091f9f761 --- /dev/null +++ b/clean_dbs.sh @@ -0,0 +1,2 @@ +# Cleans the DB from Server, Client and Test modules +find . -type f | grep -i cards.h2*.db | xargs rm -v \ No newline at end of file