#!/bin/bash
DEPS=../bmad-external-deps/

for dep in $DEPS/*.tar.gz;
do
tar xzvf $dep -C . 
done