Files
go-supervisor_lib/testdata/error.sh
2020-04-20 13:46:20 +03:00

6 lines
50 B
Bash
Executable File

#!/usr/bin/env bash
>&2 echo "Bye world"
exit 5