diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-03-21 15:33:55 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-03-21 15:33:55 +0100 |
commit | 531dd7ab05c7aee56ed2cbbaee92fbbe3ae4e6eb (patch) | |
tree | a3aaff6170b2f920f68fa2f5cb5ea2c1bb1ba761 | |
parent | 15d3b7ba7cf2db52aa1b33b517425dcae3ccadde (diff) | |
download | nq-531dd7ab05c7aee56ed2cbbaee92fbbe3ae4e6eb.tar.gz nq-531dd7ab05c7aee56ed2cbbaee92fbbe3ae4e6eb.tar.xz nq-531dd7ab05c7aee56ed2cbbaee92fbbe3ae4e6eb.zip |
README.md: nq works on SmartOS now
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 1c6f2b1..4a8149c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ long-running processes. `nq` should run on any POSIX.1-2008 compliant system which also provides a working flock(2). Tested on Linux 2.6.37, Linux 4.1, -OpenBSD 5.7, FreeBSD 10.1, and Mac OS X 10.3. +OpenBSD 5.7, FreeBSD 10.1, Mac OS X 10.3 and +SmartOS joyent_20160304T005100Z. The intended purpose is ad-hoc queuing of command lines (e.g. for building several targets of a Makefile, downloading multiple files one |