add await

This commit is contained in:
Slava Ganzin 2022-08-04 19:23:20 +02:00
parent da68dd3a7c
commit 48980577ef
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [task-spooler](http://vicerveza.homeunix.net/~viric/soft/ts/) - Queue jobs for linear execution.
- [undollar](https://github.com/ImFeelingDucky/undollar) - Strip the '$' preceding copy-pasted terminal commands.
- [pipe_exec](https://github.com/koraa/pipe_exec) - Run executables from stdin, pipes and ttys without creating a temporary file.
- [await](https://github.com/slavaGanzin/await) - single binary that run list of commands in parallel and waits for their termination
### System Interaction Utilities