mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
1d6497b4a0
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. WWW: https://github.com/chneukirchen/nq
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
bin/fq
|
|
bin/nq
|
|
bin/tq
|
|
man/man1/fq.1.gz
|
|
man/man1/nq.1.gz
|
|
man/man1/tq.1.gz
|
|
share/zsh/site-functions/_nq
|