AutoYADM commit: 2025-06-16 16:51:37

This commit is contained in:
Daniel Fichtinger 2025-06-16 16:51:37 -04:00
parent 6a8e4e91ea
commit cae5b77602
2 changed files with 4 additions and 4 deletions

View file

@ -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