Bootstrap code added; put everything into Pmodules/VERSION

This commit is contained in:
2015-01-26 18:43:57 +01:00
parent e1b0cd1055
commit f9786954b4
17 changed files with 3610 additions and 0 deletions

7
scripts/Bootstrap/bootstrap.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd)
declare -r BOOTSTRAP_DIR="${BASE_DIR}/scripts/Bootstrap"
${BOOTSTRAP_DIR}/build_pmodules.sh
${BOOTSTRAP_DIR}/install_pmodules.sh