diff options
Diffstat (limited to 'etc/functions/progress')
-rw-r--r-- | etc/functions/progress | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/functions/progress b/etc/functions/progress index f3e439d..d23caea 100644 --- a/etc/functions/progress +++ b/etc/functions/progress @@ -1,6 +1,5 @@ ## vim:ft=zsh ## progress - draw a simple progress bar -## Written 2008 by Daniel Friesel <derf@derf.homelinux.org> ## Usage: progress <current> <max> [left description] [right discription] typeset -i current=$1 |