claude-code-system-prompts/system-prompts/tool-description-bash-sequential-commands.md
2026-02-24 20:56:48 -07:00

9 lines
313 B
Markdown

<!--
name: 'Tool Description: Bash (sequential commands)'
description: Bash tool instruction: chain dependent commands with &&
ccVersion: 2.1.53
variables:
- BASH_TOOL_NAME
-->
If the commands depend on each other and must run sequentially, use a single ${BASH_TOOL_NAME} call with '&&' to chain them together.