1#!/usr/bin/env bash
2
3# Copyright Beman Dawes, 2010
4# Distributed under the Boost Software License, Version 1.0.
5# See www.boost.org/LICENSE_1_0.txt
6echo Compiling example programs...
7b2 $* >b2.log
8grep "error" <b2.log
9