Switch to https protocol for IoT.bzh urls
[src/xds/xds-server.git] / test / test_stdoutstderr.sh
1 #!/bin/bash
2 echo "1:STDOUT"
3 >&2 echo "2:STDERR"
4 echo "3:STDOUT"
5 >&2 echo "4:STDERR"
6 >&2 echo "5:STDERR"
7 echo "6:STDOUT"