summaryrefslogtreecommitdiff
path: root/bin/common/wt
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-17 23:16:01 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-17 23:16:01 +0200
commit7277e2cdd10f894d75fcb0fd3d06be6eb2a476fd (patch)
treee268690a77c916ae93bdf032f932db4d2f4aae7a /bin/common/wt
parenta3aca5cf6bc7e5c3d9623e48f4c57ea4745d62dd (diff)
parent742f9d99da745f639df1f321a5580fd5b19c19ef (diff)
Merge branch 'main' of db:dotfiles
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