chiark / gitweb /
Make almost everything executable.
[bin.git] / deja-check-votes
1 #! /bin/sh
2
3 for x in `cat $1`; do
4         dejasearch -format classic -max 1 ~a $x;
5         if [ ! -s summary.html ]; then
6                 echo $x >> possible-fraud
7         fi
8 done