yaffs: Rationalise plot_data.sh
[yaffs2.git] / linux-tests / gather_data.sh
diff --git a/linux-tests/gather_data.sh b/linux-tests/gather_data.sh
deleted file mode 100755 (executable)
index 8c99653..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-# gather_data.sh  agthers the data to be plotted
-#
-the_file=data
-i=0;
-rm -f $the_file
-
-while true; do
-str=$(cat /proc/yaffs_debug)
-echo "$i, $str" 
-echo "$i, $str"  >> $the_file
-let i=$i+1
-sleep 0.5
-done