dist/install.sh

Mon, 04 Feb 2019 15:09:39 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 04 Feb 2019 15:09:39 +0100
changeset 0
38775db5fdf5
child 18
0df7309d498e
permissions
-rwxr-xr-x

add existing source

#!/bin/sh

echo "mkdir -p /usr/lib/uwproj"
mkdir -p /usr/lib/uwproj

echo "cp ../target/uwproj-0.1-jar-with-dependencies.jar /usr/lib/uwproj/uwproj-0.1.jar"
cp ../target/uwproj-0.1-jar-with-dependencies.jar /usr/lib/uwproj/uwproj-0.1.jar

echo "cp bin/uwproj /usr/bin"
cp bin/uwproj /usr/bin

mercurial