mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-03 12:20:49 +02:00
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
|
|
|