le/le

6 lines
73 B
Bash
Executable File

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