#!/bin/sh
#
set -e

TERM=xterm

DIR=/usr/lib/pearlstick

$DIR/pearlstick.py "$@"
