#!/bin/sh
# Ignore all flags specified, and just cat with non-zero exit code.
cat >&2
exit 1
