#!/bin/sh
cd `dirname $0`

env LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH java -cp .:*:../lib/* com.epson.pos.SetupPOS.SetupPOS
