diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-17 23:16:01 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-17 23:16:01 +0200 | 
| commit | 7277e2cdd10f894d75fcb0fd3d06be6eb2a476fd (patch) | |
| tree | e268690a77c916ae93bdf032f932db4d2f4aae7a /bin/common | |
| parent | a3aca5cf6bc7e5c3d9623e48f4c57ea4745d62dd (diff) | |
| parent | 742f9d99da745f639df1f321a5580fd5b19c19ef (diff) | |
Merge branch 'main' of db:dotfiles
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  | 
