#!/bin/sh PREFIX=${prefix} LIB=$PREFIX/lib/neeo/ ETC=$PREFIX/etc/neeo/ CP=$ETC for j in $(find $LIB -mindepth 1 -maxdepth 1 -name \*.jar | sort); do CP=$CP:$j done java -cp $CP info.nereus4economics.neeo.CLI $*