#!/bin/tcsh -f
foreach xx ( `grep "^\[[0-9][0-9]*x[0-9][0-9]*x8\]" viper.ini|sed -e "s/\[//" -e "s/\]//"` )
  ini2xconfig `echo $xx|sed -e "s/x/ /g"` viper.ini > $xx.xconfig
end
