#!/usr/bin/env bash build() { echo "Building..." } test() { echo "Testing..." } "$@"