xref: /aosp_15_r20/external/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1#!/bin/sh
2
3echo "a line on stdout"
4echo "a line on stderr" 1>&2
5