#!/usr/bin/env bash subcommand=$1; shift source "sub/$subcommand" "$@"