#!/bin/sh source ./assert.sh PROGRAM_EXEC="$1" assert "Usage:" "" 1 $PROGRAM_EXEC exit 0