refactor: may_execute_command.sh (#19)

This commit is contained in:
sigoden
2024-06-06 09:28:15 +08:00
committed by GitHub
parent 7d5b14bca1
commit 4052bc944e
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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"