1
0
Fork 0

fixed FAT filesystem errors

This commit is contained in:
Lethe Beltane 2023-02-25 20:24:03 -06:00
parent acb110e6de
commit 22b6947966
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
8 changed files with 1 additions and 1 deletions

View file

@ -3,4 +3,4 @@
awk -F "\"*,\"*" '{print $3}' /tmp/addresses.csv > ./list-addresses.txt awk -F "\"*,\"*" '{print $3}' /tmp/addresses.csv > ./list-addresses.txt
python3 ./bitcoin-balance-checker.py python3 ./bitcoin-balance-checker.py
cat ./addresses-with-balance-yay.txt cat ./addresses-with-balance-yay.txt
mv /tmp/addresses.csv ./addresses/(date).txt mv /tmp/addresses.csv ./addresses/(date +'%s').txt