#!/bin/sh
#
# Script to bootstrap the Acro configuration fragments, and then apply
# configuration, build and analysis operations supported by the FAST
# driver.
#

./bootstrap/bootstrap all

if [ -d packages/fast ] && [ "$*" != "" ] ; then
   ./packages/fast/client/driver --I=packages/fast/client --S=config $*
fi
