diff options
Diffstat (limited to 'bin/common')
| -rwxr-xr-x | bin/common/wt | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
