linux_bash_script_generator
Generate runnable bash, sh, and zsh scripts with safe defaults including strict mode, argument parsing, temp file cleanup, and ShellCheck-clean building blocks.
Instructions
Menu ID: bash_script_generator. Bash Script Generator. Generate runnable bash, sh, and zsh scripts with safe defaults: set -euo pipefail, getopts argument parsing, mktemp + trap cleanup, lock files, retry loops, and ShellCheck-clean building blocks. Use describe_tool with tool_id "bash_script_generator" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shebang | Yes | ||
| strictMode | Yes | ||
| name | Yes | ||
| args | Yes | ||
| blocks | Yes |