cleaned up dirty pointer handling -> global priv struct
[physik/nlsop.git] / random_parse.sh
index 729a294..d4380e1 100755 (executable)
@@ -3,7 +3,7 @@ if [ ! -f $1 ]; then
 echo "$1 not a file"
 else
 count=0
-while [ "$count" -le "99" ]
+while [ "$count" -le "232" ]
 do
 echo "$count $(grep -c -w $count $1)"
 let "count+=1"