03c4799
1
2
3
4
5
6
#!/usr/bin/env bash echo "This is STDOUT output" echo "This is STDERR output" 1>&2 exit 1