1
0
Fork 0

Track prices via timer

This commit is contained in:
Malte Brandy 2021-09-06 14:06:41 +02:00
parent 8ec3975643
commit 94aab59bb5

View file

@ -12,6 +12,7 @@
shake fetch
if [[ "$(git status --porcelain */raw)" != "" ]]; then
git add */raw
git add */prices
git commit -m "Load transactions and balances"
git push
fi