#!/bin/sh

prefix=/usr
export PFSDIR=${prefix}/share/photofilmstrip

exec /usr/bin/python $PFSDIR/photofilmstrip-cli.py "$@"
