Skip to content

Conversation

@jevinskie
Copy link

Otherwise:

for SCRIPT in "${PATCH_DIR}"/*.sh; do
    running "Running script: ${SCRIPT}"
    bash "${SCRIPT}"
done

will run the body with SCRIPT='"${PATCH_DIR}"/*.sh' when there are no shell files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant