From 4052bc944eea096d66bbfe23ded12f8d853cb848 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 6 Jun 2024 09:28:15 +0800 Subject: refactor: may_execute_command.sh (#19) --- tools/may_execute_command.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/may_execute_command.sh') 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" -- cgit v1.2.3