write-to-stderr.sh revision ac1b2e5550d395f8a150830d9513ee62d678597b
1#!/bin/sh
2
3echo "a line on stderr" 1>&2
4