wait: add an example for jobs (#14043)

This commit is contained in:
Managor
2024-10-12 08:49:27 +03:00
committed by GitHub
parent 2b210c5ff7
commit 7386dd1d42

View File

@@ -10,3 +10,7 @@
- Wait for all processes known to the invoking shell to finish: - Wait for all processes known to the invoking shell to finish:
`wait` `wait`
- Wait for a job to finish:
`wait %{{N}}`