boost/libs/filesystem/example/test/build.sh
2022-12-15 23:45:23 +08:00

9 lines
218 B
Bash
Executable File

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