summaryrefslogtreecommitdiffstats
path: root/test/test_stdoutstderr.sh
blob: 652c4f8468f4c315ec94493236cc382ad390a88c (plain)
1
2
3
4
5
6
7
#!/bin/bash
echo "1:STDOUT"
>&2 echo "2:STDERR"
echo "3:STDOUT"
>&2 echo "4:STDERR"
>&2 echo "5:STDERR"
echo "6:STDOUT"