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

10 lines
81 B
Bash
Executable File

#!/usr/bin/env bash
read greet
echo "$1 $greet"
>&2 echo "Bye $greet"
exit 5