dist/bin/uwproj

Sat, 03 Aug 2019 17:45:03 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 03 Aug 2019 17:45:03 +0200
changeset 8
82cd9f1d94cb
parent 0
38775db5fdf5
child 18
0df7309d498e
permissions
-rwxr-xr-x

add c++ compiler detection

#!/bin/sh

PREFIX=/usr

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

mercurial