about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-05 14:55:09 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-05 14:55:44 +0200
commit774a8f2d098fa242c5bac528e51ca62fca0bd9a4 (patch)
tree4592e5979cb14cf38a666a990a76636297e5b95e
parenteb39f3029e54063170105c67128d2300f87a1e3b (diff)
downloadnq-774a8f2d098fa242c5bac528e51ca62fca0bd9a4.tar.gz
nq-774a8f2d098fa242c5bac528e51ca62fca0bd9a4.tar.xz
nq-774a8f2d098fa242c5bac528e51ca62fca0bd9a4.zip
rename fq to fq.sh
-rw-r--r--README.md4
-rw-r--r--[-rwxr-xr-x]fq.sh (renamed from fq)0
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6997bb3..deadbe6 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,9 @@ Two helper scripts are provided:
 
 `fq` outputs the log of the currently running jobs, exiting when the
 jobs are done.  If no job is running, the output of the last job is
-shown.
+shown.  `fq` uses `inotify` on Linux and falls back to polling for
+size change else.  `fq.sh` is a similar tool, not quite as robust,
+implemented as shell-script calling `tail`.
 
 (A pure shell implementation of `nq` is provided as `nq.sh`.  It needs
 `flock` from util-linux, and only has a timer resolution of 1s.
diff --git a/fq b/fq.sh
index 99774fe..99774fe 100755..100644
--- a/fq
+++ b/fq.sh