redirect stderr

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-11 22:35:10 -06:00
parent fbaeaacb0a
commit f1cb916d47
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
all:
echo "build it!"
go build -v -x
# ./myrepos
./myrepos >/tmp/myrepos.stderr 2>&1
./myrepos
# ./myrepos >/tmp/myrepos.stderr 2>&1
redomod:
rm -f go.*