X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=linux-tests%2Fgather_data.sh;fp=linux-tests%2Fgather_data.sh;h=0000000000000000000000000000000000000000;hb=6c7131b1d7c221125851a7c0bd183dd05a02d583;hp=8c996530a04c47ca9e11fdeb47a7132d0db86af1;hpb=80bad6d7cb530b6ddac3c51716400b401dfa86db;p=yaffs2.git diff --git a/linux-tests/gather_data.sh b/linux-tests/gather_data.sh deleted file mode 100755 index 8c99653..0000000 --- a/linux-tests/gather_data.sh +++ /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