Skip to content

Expand Bash library cookbook examples#75

Merged
codeforester merged 1 commit into
mainfrom
documentation/71-20260621-cookbook-examples
Jun 22, 2026
Merged

Expand Bash library cookbook examples#75
codeforester merged 1 commit into
mainfrom
documentation/71-20260621-cookbook-examples

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • Add executable cookbook examples for cleanup/temp/version/timeout patterns and arg/list/string composition.
  • Link the cookbook examples from the top-level README.
  • Wire both cookbook scripts into required-file checks, ShellCheck, and validation execution.

Validation

  • shellcheck --severity=error examples/cookbook-cleanup-temp.sh examples/cookbook-args-lists-strings.sh
  • examples/cookbook-cleanup-temp.sh >/dev/null
  • examples/cookbook-args-lists-strings.sh >/dev/null
  • ./tests/validate.sh
  • git diff --check

Closes #71

@codeforester codeforester force-pushed the enhancement/70-20260621-list-helpers branch from 9cd2db7 to 9b5a1b3 Compare June 22, 2026 00:43
Base automatically changed from enhancement/70-20260621-list-helpers to main June 22, 2026 00:45
@codeforester codeforester force-pushed the documentation/71-20260621-cookbook-examples branch from 62ca2c4 to f9890d1 Compare June 22, 2026 00:47
@codeforester codeforester merged commit 58476cd into main Jun 22, 2026
2 checks passed
@codeforester codeforester deleted the documentation/71-20260621-cookbook-examples branch June 22, 2026 00:48
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.

Expand cookbook examples for robust Bash script patterns

1 participant