new script for hiding output on success
authorChris Koeritz <fred@gruntose.com>
Thu, 21 Jan 2021 16:33:25 +0000 (16:33 +0000)
committerChris Koeritz <fred@gruntose.com>
Thu, 21 Jan 2021 16:33:25 +0000 (16:33 +0000)
commit1195c9916ed0bcc0ad7cf10fc9d606d9924114b1
tree1369e009bc6fdb5ae8979fb71dc5ad74fee09c2d
parent75c90aed778caf39226407e17519efd0e5028237
new script for hiding output on success

this script will take a command line to execute and redirect the
commands stdout and stderr to two files.  if the command does not return
an error code, then the output files are just deleted.  if there is an
error reported, then the two files are sent back to stdout and stderr as
they would normally have been, and an additional error message is sent
to stderr.
scripts/testing/squelch_unless_error.sh [new file with mode: 0644]