From 48980577ef36f63e589a07173e2fef46462d49ed Mon Sep 17 00:00:00 2001 From: Slava Ganzin Date: Thu, 4 Aug 2022 19:23:20 +0200 Subject: [PATCH] add await --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 982de52..8a6a4ec 100644 --- a/readme.md +++ b/readme.md @@ -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