#!/bin/sh set -e cd "$(dirname "$0")" # Build cd workspace/build for type in */; do cd "${type}" ../../crosstool-ng/bin/ct-ng build cd ../ done