ezhang7423 commited on
Commit
5244dca
1 Parent(s): c4dfbba

add usage instructions

Browse files
Files changed (1) hide show
  1. script.py +4 -0
script.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # usage: $ zstdcat lichess_db.pgn.zst | python script.py
2
+ import sys
3
+ for line in sys.stdin:
4
+ print(line)