Build/php.sh
2023-10-01 01:38:02 +00:00

16 lines
205 B
Bash

#!/bin/bash
# Include config
. config.sh
if [ $# -eq 0 ]; then
echo "No parameters provided."
exit 1
fi
INSPECTION_PATH="$1"
OUTPUT_PATH="$2"
# Run inspection
. ${BUILD_PATH}/Inspection/inspect.sh