AutoYADM commit: 2025-06-16 16:51:37
This commit is contained in:
parent
6a8e4e91ea
commit
cae5b77602
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
define-command -docstring %{
|
||||
sh [switches] <args>
|
||||
Run the given shell command. Display its output in an info modal.
|
||||
Switches:
|
||||
-d echo stdout to *debug* buffer
|
||||
sh [switches] <args>: Run the given shell command. Display its output in an info modal.
|
||||
Switches:
|
||||
-d echo stdout to *debug* buffer
|
||||
} -params 1.. sh %{
|
||||
evaluate-commands %sh{
|
||||
if [ "$1" = "-d" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue