2 lines
70 B
Bash
2 lines
70 B
Bash
|
#!/bin/bash
|
||
|
xzcat test-A/in.tsv.xz| python3 ../lm0.py > test-A/out.tsv
|