Skip to content

工具描述:Bash(顺序执行命令)

Tool Description: Bash (sequential commands)

v2.1.53

Bash tool instruction: chain dependent commands with &&

模板变量 / Template Variables

  • BASH_TOOL_NAME

如果命令之间存在依赖关系且必须按顺序执行,请使用单个 ${BASH_TOOL_NAME} 调用,并通过 '&&' 将它们串联起来。


英文原文 / English Original

If the commands depend on each other and must run sequentially, use a single ${BASH_TOOL_NAME} call with '&&' to chain them together.