#! /bin/bash

PACKAGEDIR=$(dirname "$0")/../lib
exec python3 "${PACKAGEDIR}/advene/util/merger.py" "$@"
