#!/bin/csh

foreach N ( 3 5 7 9 11 )
	echo "Generating for N=$N"
	prismpp .beauquierN.nm.pp $N >! beauquier$N.nm
	unix2dos beauquier$N.nm
end
