#!/usr/bin/env bash test_cmd(){ echo "baz" } test_cmd_arg(){ echo "$1" } test_cmd_args(){ echo "$1 $2" }