fabaccess-cb/adapters/fail-actor.sh
2024-02-09 18:31:29 +01:00

5 lines
77 B
Bash
Executable File

#!/usr/bin/env bash
echo "This is some error output" > /dev/stderr
exit 115