fixed FAT filesystem errors
This commit is contained in:
parent
acb110e6de
commit
22b6947966
8 changed files with 1 additions and 1 deletions
2
Run.fish
2
Run.fish
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue