From c4da89e164a9901f4a317085d83f745e235b6ea0 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 17 Oct 2023 22:12:26 +0200 Subject: use eval to allow pipes --- bin/common/wt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/common/wt b/bin/common/wt index d19539b..3cd739a 100755 --- a/bin/common/wt +++ b/bin/common/wt @@ -2,6 +2,6 @@ while true do clear - $@ + eval "$*" sleep 1 done -- cgit v1.2.3