1er commit

This commit is contained in:
2021-04-18 14:16:23 +02:00
commit 31c579e9c9
3 changed files with 201 additions and 0 deletions

3
run_stocks.sh Executable file
View File

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