feat(scripts): dirty watch changes
This commit is contained in:
parent
b10039d9b4
commit
6369a2452e
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,15 @@ case $1 in
|
|||
echo "---"
|
||||
done
|
||||
;;
|
||||
|
||||
"watch")
|
||||
while true
|
||||
do
|
||||
printf '\033[2J'
|
||||
$0 list
|
||||
sleep 10
|
||||
done
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue