Files
llm-functions/tools/may_execute_command.sh
2024-06-06 09:28:15 +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" "$@")"