#!/bin/sh
#
set -e

TERM=xterm

DIR=/usr/lib/driveutility

$DIR/driveutility.py "$@"
