#!/bin/sh

if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
  cat <<EOH
Help text
EOH
  exit
fi