[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] New command checktime
From: |
Marco Gerards |
Subject: |
Re: [PATCH] New command checktime |
Date: |
Sun, 10 Aug 2008 20:04:23 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Hi,
Bean <address@hidden> writes:
> I implement this command for grub4dos some time ago, now it's ported to grub2.
>
> Usage:
>
> checktime min hour day_of_month month day_of_week
Personally I would prefer it if it worked a bit more GRUB2/bash like.
So can you make this variables?
For example:
if ($WEEKDAY = Sunday); then
...
fi
The same can be done for all week number, day number, year, etc, etc.
The advantage of this is that many users are familiar with such syntax
and it will give them more control. Furthermore, this is what I
intended with the scripting support in the first place. So can you
please follow such scheme?
--
Marco
- Re: [PATCH] New command checktime, (continued)
- Re: [PATCH] New command checktime, Colin D Bennett, 2008/08/07
- Re: [PATCH] New command checktime, Robert Millan, 2008/08/07
- Re: [PATCH] New command checktime, Bean, 2008/08/09
- Re: [PATCH] New command checktime, Isaac Dupree, 2008/08/09
- Re: [PATCH] New command checktime, Bean, 2008/08/09
- Re: [PATCH] New command checktime, Robert Millan, 2008/08/10
- Re: [PATCH] New command checktime, Bean, 2008/08/10
- Re: [PATCH] New command checktime, Isaac Dupree, 2008/08/10
- Re: [PATCH] New command checktime, Robert Millan, 2008/08/10
- Re: [PATCH] New command checktime, Robert Millan, 2008/08/07
Re: [PATCH] New command checktime,
Marco Gerards <=
- Re: [PATCH] New command checktime, Bean, 2008/08/11
- Re: [PATCH] New command checktime, Robert Millan, 2008/08/11
- Re: [PATCH] New command checktime, Marco Gerards, 2008/08/11
- Re: [PATCH] New command checktime, Bean, 2008/08/12
- Re: [PATCH] New command checktime, Marco Gerards, 2008/08/12
- Re: [PATCH] New command checktime, Bean, 2008/08/12
- Re: [PATCH] New command checktime, Bean, 2008/08/12
- Re: [PATCH] New command checktime, Marco Gerards, 2008/08/13
- Re: [PATCH] New command checktime, Bean, 2008/08/15