From 899c6a9227cea23cc226148bc0b6afaa2780d81d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 18 Jul 2023 17:54:33 +0200 Subject: remove temp file --- bin/common/wt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bin/common') diff --git a/bin/common/wt b/bin/common/wt index 0568b99..d19539b 100755 --- a/bin/common/wt +++ b/bin/common/wt @@ -1,10 +1,7 @@ #!/bin/sh - -echo "$@" > /tmp/truewhile.tmp while true do - sh /tmp/truewhile.tmp - sleep 1 clear + $@ + sleep 1 done -rm /tmp/truewhile.tmp -- cgit v1.2.3