#!/bin/sh
test $# -gt 0 && printf "%s\n" "$@"
exec cat - >/dev/null

