11 lines
181 B
Bash
Executable File
11 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
# @describe Runs a shell command.
|
|
# @option --command! The command to execute.
|
|
|
|
main() {
|
|
eval "$argc_command"
|
|
}
|
|
|
|
eval "$(argc --argc-eval "$0" "$@")" |