#!/bin/sh for name in common dba wxdba; do cd $name; make -f Makefile.cvs clean cd ..; done;