#!/bin/sh for f in *; do test -d "$f" || continue ./build.sh "$f" done