build.sh 218 B

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