#!/bin/sh
#
set -e

TERM=xterm

DIR=/usr/lib/mintstick

$DIR/verify.py "$@"
