#!/bin/sh

set -e
set -u

python -m srccat.srccat "$@"
