Files
llm-functions/bin/may_execute_command

12 lines
217 B
Bash
Executable File

#!/usr/bin/env bash
set -e
# @describe Executes a shell command.
# @option --shell-command~ "Shell command to execute, such as `ls -la`"
main() {
eval $argc_shell_command
}
eval "$(argc --argc-eval "$0" "$@")"