aboutsummaryrefslogtreecommitdiffstats
path: root/tools/may_execute_command.sh
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-06 09:28:15 +0800
committerGitHub <noreply@github.com>2024-06-06 09:28:15 +0800
commit4052bc944eea096d66bbfe23ded12f8d853cb848 (patch)
treebda15bffd79203cd919caf44671d202c38f9510c /tools/may_execute_command.sh
parent7d5b14bca135ce521a48c00e54e2e34c7bb76773 (diff)
downloadllm-functions-docker-4052bc944eea096d66bbfe23ded12f8d853cb848.tar.gz
refactor: may_execute_command.sh (#19)
Diffstat (limited to 'tools/may_execute_command.sh')
-rwxr-xr-xtools/may_execute_command.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/may_execute_command.sh b/tools/may_execute_command.sh
index 5aad4a3..6acc021 100755
--- a/tools/may_execute_command.sh
+++ b/tools/may_execute_command.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
-# @describe Executes a shell command.
-# @option --command! Command to execute, such as `ls -la`
+# @describe Runs a shell command.
+# @option --command! The command to execute.
main() {
eval "$argc_command"