#!/bin/bash

echo "Launching MiniCopier..."
cd /usr/share/java
java -jar MiniCopier.jar $*
echo "MiniCopier terminated."
