dist/install.sh

changeset 0
38775db5fdf5
child 18
0df7309d498e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dist/install.sh	Mon Feb 04 15:09:39 2019 +0100
@@ -0,0 +1,11 @@
+#!/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