#!/bin/sh if [ -z "${1}" ]; then printf 'usage: %s [version]' "${0##*/}" >&2 exit 1 fi cat <