#!/bin/bash cd "$(dirname "$0")" pushd .. ./gradlew publishComposeJbExtendedIcons $COMPOSE_DEFAULT_GRADLE_ARGS --max-workers=1 "$@" || exit 1 popd