mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-25 00:57:58 +02:00
2dbd21e08a
- exit if something went wrong
7 lines
147 B
Bash
Executable File
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
|
|
|