#!/bin/csh foreach dir (ThirdParty/*) cd $dir ./get.* -patch cd ../.. end