opnsense-ports/sysutils/async/pkg-descr
Franco Fichtner 054ebd424e */*: sync with upstream
Taken from: FreeBSD
2023-01-09 17:44:31 +01:00

5 lines
282 B
Text

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.