X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Ferrs2;fp=bin%2Ferrs2;h=974cdc02d9a50c81b59659904638fb50b657a435;hp=0000000000000000000000000000000000000000;hb=2125d9c65631829ffada9bf4778d0f07a400644f;hpb=d52246f79270fbadbf7f7e65afff16d4ba141f39 diff --git a/bin/errs2 b/bin/errs2 new file mode 100755 index 0000000..974cdc0 --- /dev/null +++ b/bin/errs2 @@ -0,0 +1,12 @@ +#! /bin/sh +# $Id$ + +args="" +if [ "$1" = "-a" ];then + args="$args $1" + shift +fi +( + set -ex + make "$@" + ) 2>&1|tee $args errs2