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