#!/bin/sh set -e if [ -z "$1" ] then echo "Usage: $0 [path]" >/dev/stderr exit 1 fi cat < Redirection Redirecting to $1... EOF