Files
Pmodules/bootstrap.sh
T
gsell 2dbd21e08a bootstrap.sh
- exit if something went wrong
2016-10-12 15:20:54 +02:00

7 lines
147 B
Bash
Executable File

#!/bin/bash
declare -r BASE_DIR=$(cd "$(dirname $0)" && pwd)
${BASE_DIR}/compile_pmodules.sh || exit 1
${BASE_DIR}/install_pmodules.sh || exit 1