summaryrefslogtreecommitdiff
path: root/bin/common/wt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/common/wt')
-rwxr-xr-xbin/common/wt2
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