Path to this page:
Subject: CVS commit: pkgsrc/misc/nq
From: Paolo Vincenzo Olivo
Date: 2023-08-26 12:54:11
Message id: 20230826105411.E0B38FBDB@cvs.NetBSD.org
Log Message:
misc/nq: import nq-0.5 from wip.
These small utilities allow creating very lightweight job queue systems
which require no setup, maintenance, supervision, or any long-running
processes.
The intended purpose is ad-hoc queuing of command lines (e.g. for building
several targets of a Makefile, downloading multiple files one at a time,
running benchmarks in several configurations, or simply as a glorified
`nohup`), but as any good Unix tool, it can be abused for whatever you like.
Files: