#!/bin/sh
set -eu
BUNDLE_DIR=/usr/lib/txpk
exec "${BUNDLE_DIR}/bin/txpk" "$@"
