moodle_local_treestudyplan/build.sh
2023-08-19 17:54:40 +02:00

9 lines
199 B
Bash
Executable File

#!/bin/bash
SCRIPTDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
WD=`pwd`
# run the build php script
php ${SCRIPTDIR}/build.php $@
# return to the working directory
cd $WD