while read N
	do
		echo "Diffing $N"
		diff $N /tmp/patch/$N
	done
