summaryrefslogtreecommitdiff
path: root/etc/functions/progress
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-13 13:30:20 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-13 13:30:20 +0100
commit75baad96098e75e471bf9b5ca308c520d5a6ec43 (patch)
tree88bdb40f87b1b5329ac1dbb3c7633bd3bca3cfb2 /etc/functions/progress
parent1e56c667827d1aff22a527a8f80dc45bb865a382 (diff)
Updated function and completion file headers
Diffstat (limited to 'etc/functions/progress')
-rw-r--r--etc/functions/progress2
1 files changed, 2 insertions, 0 deletions
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 <current> <max> [left description] [right discription]
+## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org>
+## License: WTFPL <http://sam.zoy.org/wtfpl>
typeset -i current=$1
typeset -i max=$2