1#!/bin/sh
2
3echo "a line on stdout"
4echo "a line on stderr" 1>&2
5