#!/bin/csh -f
/cad/bin/cad_hspice
mv -f $1.sim $1.sim.bak
hspice $1.cir > $1.sim


