summaryrefslogtreecommitdiff
path: root/etc/functions/progress
diff options
context:
space:
mode:
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