diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/may_execute_command.sh | 4 |
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" |
