task_script call

This commit is contained in:
timerix 2022-09-09 22:01:56 +06:00
parent 2c23bf74b2
commit cde71941db

View File

@ -13,5 +13,5 @@ if [ -f "$PRE_BUILD_SCRIPT" ]; then
source "$PRE_BUILD_SCRIPT"
fi
./$TASK_SCRIPT
$TASK_SCRIPT
printf "${GRAY}"