I hereby claim:
- I am hntd187 on github.
- I am hntd (https://keybase.io/hntd) on keybase.
- I have a public key whose fingerprint is 4488 266B 4006 7D45 4CC1 A4DF FCA3 0546 BDF8 228B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Usage: ./gen.sh [report] -u -l <league> | |
# Types of reports: pct (order by win percent), wins (order by number of wins) matches (order by number of games) | |
# -u boolean, whether or not to update the counts | |
# -l <league> the faceit league id to pull matches from | |
assume(){ | |
/usr/bin/python <(cat <&5) | column -t -s',' | |
} |