Files
llm-functions/tools/execute_command.sh
2024-07-03 16:18:32 +08:00

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" "$@")"