le/le

6 lines
65 B
Bash
Executable File

#!/usr/bin/env bash
subcommand=$1; shift
"le-$subcommand" "$@"