summaryrefslogtreecommitdiff
path: root/bin/common/wt
blob: 3cd739a4db9a1d3c4fd65e1415d940b709127f18 (plain)
1
2
3
4
5
6
7
#!/bin/sh
while true
do
  clear
  eval "$*"
  sleep 1
done