5 lines
117 B
Bash
5 lines
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
python3 baseline.py < dev-0/in.tsv > dev-0/out.tsv
|
||
|
python3 baseline.py < test-A/in.tsv > test-A/out.tsv
|