From ef0ec70491d1560ce24bdf5a3ed4e7055476d570 Mon Sep 17 00:00:00 2001 From: Jerome Glisse Date: Wed, 24 Oct 2012 20:47:35 -0400 Subject: add script to automaticly pass all dump through analyzer Signed-off-by: Jerome Glisse --- analyze.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 analyze.sh diff --git a/analyze.sh b/analyze.sh new file mode 100755 index 0000000..91c9fe2 --- /dev/null +++ b/analyze.sh @@ -0,0 +1,4 @@ +#!/bin/sh +for i in `ls hd*txt` ; do + ~/git/rdb/rdb_analyze $i 2> aa$i +done -- cgit v1.2.3