#!/bin/sh
# Wrapper needed to let QCumber properly find its configuration file
# in the same dir as the Python3 code resides

python3 /usr/share/qcumber/QCumber.py "$@"
