#!/bin/csh -f
rm -f ./Work/config.*

set arch = ` awk '$1=="ARCH" {print $3}' ../site.config `
./drawconfig$arch

