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