demos.testenv/adapters/fail-actor.sh

5 lines
77 B
Bash
Raw Normal View History

2022-04-20 16:21:27 +02:00
#!/usr/bin/env bash
echo "This is some error output" > /dev/stderr
exit 115