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