AutoYADM commit: 2025-06-20 16:45:15

This commit is contained in:
Daniel Fichtinger 2025-06-20 16:45:15 -04:00
parent 4300921d35
commit 3db2516ab1

View file

@ -20,7 +20,8 @@ define-command -params 1.. shell-async-command %{
nop %sh{ nop %sh{
{ {
stdout="$(eval "$@")" stdout="$(eval "$@")"
printf 'info -title sh "%s"\n' "$stdout" | kak -p "$kak_session" cmd="$(printf 'info -title sh "%s"\n' "$stdout")"
| kak -p "$kak_session"
} >/dev/null 2>&1 </dev/null & } >/dev/null 2>&1 </dev/null &
} }
} }