#!/bin/bash

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