init
This commit is contained in:
commit
e1cd02f702
11 changed files with 902 additions and 0 deletions
6
Run.fish
Normal file
6
Run.fish
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/fish
|
||||
|
||||
awk -F "\"*,\"*" '{print $3}' /tmp/addresses.csv > ./list-addresses.txt
|
||||
python3 ./bitcoin-balance-checker.py
|
||||
cat ./addresses-with-balance-yay.txt
|
||||
mv /tmp/addresses.csv ./addresses/(date).txt
|
Loading…
Add table
Add a link
Reference in a new issue