From fea6db5c95334a85a7f94d2172240fe3f804f16c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 29 Sep 2008 09:46:17 +0200 Subject: functions: Added some more header comments --- etc/functions/progress | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/functions/progress') diff --git a/etc/functions/progress b/etc/functions/progress index 0d0292d..ae3e5ce 100644 --- a/etc/functions/progress +++ b/etc/functions/progress @@ -1,6 +1,7 @@ ## vim:ft=zsh ## progress - draw a simple progress bar ## Written 2008 by Daniel Friesel +## Usage: progress [left description] [right discription] typeset -i current=$1 typeset -i max=$2 -- cgit v1.2.3