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