5 lines
77 B
Bash
Raw Permalink Normal View History

2021-09-21 21:00:18 +02:00
#!/usr/bin/env bash
echo "This is some error output" > /dev/stderr
exit 115