aboutsummaryrefslogtreecommitdiff
path: root/toys/count.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/count.c')
-rw-r--r--toys/count.c16
1 files changed, 13 insertions, 3 deletions
diff --git a/toys/count.c b/toys/count.c
index 89f97d05..b4e24332 100644
--- a/toys/count.c
+++ b/toys/count.c
@@ -1,9 +1,19 @@
-/* vi: set sw=4 ts=4: */
-/*
+/* vi: set sw=4 ts=4:
+ *
* count.c - Progress indicator from stdin to stdout
*
+ * Copyright 2002 Rob Landley <rob@landley.net>
+ *
* Not in SUSv3.
- */
+
+config COUNT
+ bool "count"
+ default y
+ help
+ usage: count
+
+ Copy stdin to stdout, displaying simple progress indicator to stderr.
+*/
#include "toys.h"