1
Fork 0
hare-playground/run.sh
2024-06-01 16:46:01 +02:00

10 lines
115 B
Bash
Executable file

#!/bin/bash
echo "first line"
echo "error 1" >&2
echo "second line"
echo "error 2" >&2
echo "third line"
exit 17