#!/bin/csh foreach type ( vgr spl sum edr ) foreach t ( n x ) make vgr TYPE=${type} TERM=${t} end end