view 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
line wrap: on
line source

#!/usr/bin/bash
# Run cdx2tsv.py with command line args passed through
export PYTHONPATH=$SHARED/bin:$PYTHONPATH
python3 -c 'import cdx2tsv' "$@"