From e790130c2141257c7d230c09934fac119d750f44 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 18 Jan 2007 22:01:04 -0500 Subject: Add count command. --- toys/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'toys/Config.in') diff --git a/toys/Config.in b/toys/Config.in index 51b29fa0..570ad4cc 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -21,6 +21,14 @@ config CATV -t Show tabs as ^I -v Don't use ^x or M-x escapes. +config COUNT + bool "count" + default n + help + usage: count + + Copy stdin to stdout, displaying simple progress indicator to stderr. + config DF bool "df (disk free)" default n -- cgit v1.2.3