From 27a9e80de153f23a8b0f4460504c2b6e71edad86 Mon Sep 17 00:00:00 2001 From: glerman Date: Fri, 3 Jul 2015 02:28:48 +0300 Subject: [PATCH] added a script to clean cards.h2* from Server, Client and Test envs --- clean_dbs.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 clean_dbs.sh diff --git a/clean_dbs.sh b/clean_dbs.sh new file mode 100644 index 00000000000..c091f9f7613 --- /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