1
0
Fork 0
pre-commit/testing/resources/logfile_repo/bin/hook.sh

6 lines
91 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
echo "This is STDOUT output"
echo "This is STDERR output" 1>&2
exit 1