refactor: may_execute_command.sh (#19)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user