diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-24 08:26:01 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-24 08:26:01 +0800 |
commit | 577c395a8217fc47ad70e8db81e03f91d4288ed6 (patch) | |
tree | 268f029b03b758d63868cf071ae87282f13d600e /misc/display/pkg-descr | |
parent | b1fc6b965c4d0aaecfbd6e41f390a686332b2752 (diff) | |
download | freebsd-ports-gnome-577c395a8217fc47ad70e8db81e03f91d4288ed6.tar.gz freebsd-ports-gnome-577c395a8217fc47ad70e8db81e03f91d4288ed6.tar.zst freebsd-ports-gnome-577c395a8217fc47ad70e8db81e03f91d4288ed6.zip |
Display runs a specified command over and over, printing the output
through curses(3X). The command can be compound and the delay
between executions is settable on the command line. The output
from the command had better fit on a single screen, of course.
PR: ports/4384
Submitted by: Stephen J. Roznowski <sjr@home.net>
Diffstat (limited to 'misc/display/pkg-descr')
-rw-r--r-- | misc/display/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/display/pkg-descr b/misc/display/pkg-descr new file mode 100644 index 000000000000..6ff4305c1c35 --- /dev/null +++ b/misc/display/pkg-descr @@ -0,0 +1,4 @@ +Display runs a specified command over and over, printing the output +through curses(3X). The command can be compound and the delay +between executions is settable on the command line. The output +from the command had better fit on a single screen, of course. |