diff options
Diffstat (limited to 'etc/functions/countdown')
-rwxr-xr-x | etc/functions/countdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/functions/countdown b/etc/functions/countdown index a4c4a26..c52f418 100755 --- a/etc/functions/countdown +++ b/etc/functions/countdown @@ -1,4 +1,9 @@ ## vim:ft=zsh +## Countdown to a specific date/time +## Usage: countdown <string understood by 'date -d'> +## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## License: WTFPL <http://sam.zoy.org/wtfpl> + autoload check_com typeset -i beep=0 typeset -i seconds |