#!/usr/bin/env sh

set -e

cd /usr/share/uniscan/
exec ./uniscan_gui.pl "$@"
