#!/bin/bash
cd /usr/share/java
echo "Launching MiniCopier..."
java -jar MiniCopier.jar $*
echo "MiniCopier terminated."
