testing..

This commit is contained in:
pika 2025-05-21 23:11:43 +02:00
parent a97b5624a3
commit 2472415a37

View file

@ -43,7 +43,7 @@
local cmd="${@:1}"
local err out
if $silent; then
if $silent || [ -z $silent ]; then
spin "$msg"
if run --err err --out out "$cmd"; then
check "Done!"