From 75baad96098e75e471bf9b5ca308c520d5a6ec43 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Dec 2008 13:30:20 +0100 Subject: Updated function and completion file headers --- etc/functions/progress | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/functions/progress') diff --git a/etc/functions/progress b/etc/functions/progress index d23caea..d472e54 100644 --- a/etc/functions/progress +++ b/etc/functions/progress @@ -1,6 +1,8 @@ ## vim:ft=zsh ## progress - draw a simple progress bar ## Usage: progress [left description] [right discription] +## Copyright (C) 2008 by Daniel Friesel +## License: WTFPL typeset -i current=$1 typeset -i max=$2 -- cgit v1.2.3