#!/bin/bash # mkit - simple install helper # See LICENSE file for copyright and license details. die() { echo "$@" && exit 9 } . mkit/include/mkit.sh || die "this must be run from project root" configure route "$@"