#!/bin/sh --

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