#!/bin/sh set -e if [ "$1" == "-h" -o "$1" == "--help" ]; then cat <