#!/bin/sh

if [ $# != 1 ]; then
    printf "Usage: $0 file\n"
    exit 1
fi

java -jar /usr/local/share/dlpoly/GUI.jar

