Skip to content

Instantly share code, notes, and snippets.

View viniciusaro's full-sized avatar
🤖

Vinicius Rodrigues viniciusaro

🤖
View GitHub Profile
exec > /tmp/${PROJECT_NAME}_archive.log 2>&1
UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal
if [ "true" == ${ALREADYINVOKED:-false} ]
then
echo "RECURSION: Detected, stopping"
else
export ALREADYINVOKED="true"