[TOOL_PROFILE]
bash
GNU Bourne Again Shell for Unix-style command execution and scripting.
shell lang: all
[USE_WHEN]ALLOW
- ✓ Run bash scripts or Unix-style commands that rely on bash-specific syntax
- ✓ Reproduce CI or setup instructions that explicitly invoke bash
[AVOID_WHEN]BLOCK
- ✕ The script declares sh, zsh, fish, PowerShell, or another shell
- ✕ Windows-native commands or PowerShell cmdlets are the intended interface
[GUARDRAILS]MANDATORY
- ⚠ Do not assume bash syntax works in sh, fish, PowerShell, or cmd.
- ⚠ On Windows, prefer the repository shell preference when one is configured.
[DETAILS]RAW_META
- Binary
- bash
- Effects
- execute_code, read_files, write_files
- Documentation
- https://www.gnu.org/software/bash/manual/
[SIMILAR_TOOLS]03