function query()

This commit is contained in:
2021-04-18 16:57:57 +02:00
parent 31c579e9c9
commit 4d8c96c2bc
2 changed files with 33 additions and 27 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
while true; do clear; ./stocks.sh $(cat ~/.ticker.conf); sleep 60; done
refresh="60"
while true; do clear; ./stocks.sh $(cat ~/.ticker.conf); sleep $refresh; done