From 4905097ceabec9eb8e9a429e43c71424f9038c38 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 24 Apr 2013 15:55:00 +0200 Subject: Add a reference to UnixWatchCommandOutput MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- watch-bz | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/watch-bz b/watch-bz index 3395ed9..11e7d84 100755 --- a/watch-bz +++ b/watch-bz @@ -13,6 +13,10 @@ # - optionally set BZUSER to avoid the need to login manually before # the "watch session"; you can set BZPASSWORD as well but be careful! # 3. optionally install expect package (-> security++) +# +# make watch work with less in order to get scrolling feature seems to be +# impossible, this might be a way forward (a bit buggy when tested): +# https://github.com/jyapayne/UnixWatchCommandOutput set -u umask 077 -- cgit