mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-25 00:57:58 +02:00
8e36c8ab5f
- bugfixes
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
declare -r BASE_DIR=$(cd "$(dirname $0)" && pwd)
|
|
|
|
${BASE_DIR}/compile_pmodules.sh
|
|
${BASE_DIR}/install_pmodules.sh
|
|
|