#!/bin/bash

pushd $(dirname $0) >/dev/null

./findmissingbinaries | awk -f generatebuildcommands.awk | sort -u

popd >/dev/null
