#!/bin/csh

foreach N ( 3 4 5 6 7 8 9 10 )
  echo "Generating for N=$N"
  prismpp .phil-nofairN.nm.pp $N >! phil-nofair"$N".nm
  unix2dos phil-nofair"$N".nm
end
