#!/bin/sh set -exu ( cd "$BASE_DIRECTORY" wget "$TARBALL_URL" ARCHIVE=$(ls *.tar.gz 2> /dev/null | head -n 1) tar xf "$ARCHIVE" )