• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@echo off
2rem Copyright Beman Dawes, 2010
3rem Distributed under the Boost Software License, Version 1.0.
4rem See www.boost.org/LICENSE_1_0.txt
5echo Compiling example programs...
6b2 %* >b2.log
7find "error" <b2.log
8