themattrix / bash-concurrent

Bash function to run tasks in parallel and display pretty output as they complete.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't allow a task to require itself.

themattrix opened this issue · comments

Note that this won't disallow requirement loops (e.g., A requires B requires A). For that, see #11.