#!/usr/bin/env sh

set -e

cd /usr/share/wig-ng/
exec python3 wig-ng.py "$@"
