#!/usr/bin/tcsh -e

cd build-trees

foreach i (`ls ../upstream/archives/*.tar.gz`)
	tar xvfz "$i"
end
