1
Fork 0
hare-playground/backend/run.sh

10 lines
115 B
Bash
Raw Normal View History

2024-05-26 14:14:50 +00:00
#!/bin/bash
echo "first line"
echo "error 1" >&2
echo "second line"
echo "error 2" >&2
echo "third line"
exit 17