#!/usr/bin/evn bash source $(dirname $0)/util.sh for i in $(find . -maxdepth 1 -mindepth 1 -type d -not -path './script' -not -path './makedeb' -not -name '.*') do echo === building $i build_single $i echo === built $i done