#!/bin/env bash function error() { if [ -t 1 ]; then echo "[MAK] ERROR: $*" >&2; fi; exit 0; } usage() { cat <