mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 21:54:18 +08:00
7 lines
354 B
Markdown
7 lines
354 B
Markdown
<!--
|
||
name: 'Tool Description: Bash (sleep — use run_in_background)'
|
||
description: Bash tool instruction: use run_in_background for long-running commands
|
||
ccVersion: 2.1.53
|
||
-->
|
||
If your command is long running and you would like to be notified when it finishes – simply run your command using `run_in_background`. There is no need to sleep in this case.
|