annotate bin/cdx2tsv.sh @ 9:f6f1deba62af default tip

sic
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 11 Jun 2026 21:16:59 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 #!/usr/bin/bash
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 # Run cdx2tsv.py with command line args passed through
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 export PYTHONPATH=$SHARED/bin:$PYTHONPATH
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 python3 -c 'import cdx2tsv' "$@"