#!/bin/sh for dir in ThirdParty/* do cd $dir ./get.* -patch cd ../.. done