#!/bin/sh --

OLD_DIR="`pwd`"
cd "/usr/share/pcalendar"
java -jar pcalendar-3.2.0.jar "$@"
cd "$OLD_DIR"
