dist.src/bin/uwproj

Tue, 12 Sep 2023 23:36:45 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 12 Sep 2023 23:36:45 +0200
changeset 51
5c12e9e29733
parent 50
d26da280c934
child 90
a13789dd1cfb
permissions
-rwxr-xr-x

add debug/release options - fixes #285

#!/bin/sh

PREFIX=%%PREFIX%%

java -jar $PREFIX/lib/uwproj/uwproj-${project.version}.jar "$@"
if [ $? -eq 0 ]; then
	chmod +x configure
fi

mercurial