summaryrefslogtreecommitdiffstats
path: root/testing/resources/logfile_repo/bin/hook.sh
blob: 890d94154dff1288548f311100403caa476f26c9 (plain)
1
2
3
4
5
#!/usr/bin/env bash
echo "This is STDOUT output"
echo "This is STDERR output" 1>&2

exit 1