summaryrefslogtreecommitdiff
path: root/sysutils/async/pkg-descr
blob: a2303ea588bd1a1a0b741a32d7637cbdcc4cda49 (plain) (blame)
1
2
3
4
5
async is a tool to run shell commands in parallel and is designed to be able to
quickly parallelize shell scripts with minimal changes.

It was inspired by GNU Parallel, with the main difference being that async
retains state between commands by running a server in the background.