]> wagnertech.de Git - mfinanz.git/blobdiff - build/start-build
posaune
[mfinanz.git] / build / start-build
diff --git a/build/start-build b/build/start-build
new file mode 100755 (executable)
index 0000000..d12dd59
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+set -e
+
+# checkout build utilities
+if [ ! -d projects ]; then
+       git clone https://github.com/wagner-tech/projects/
+fi
+
+ln -sf projects/tools/make/configure .
+
+echo "Nexr step: call 'configure <project> <tag>'"