Re: Scripting framework

2005-10-27 Thread Vladimir Serbinenko
I wrote the scripting support. The patch can be found under http://phcoder.hut1.ru/bash.patch This URL does not work for me. Could you try to enter the site (http://phcoder.hut1.ru/) then click on Scripting support->patch for scripting support. It seems that hoster blocks if you try

Re: Scripting framework

2005-10-27 Thread Marco Gerards
Vladimir Serbinenko <[EMAIL PROTECTED]> writes: > I wrote the scripting support. > The patch can be found under http://phcoder.hut1.ru/bash.patch This URL does not work for me. -- Marco ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu

Re: Scripting framework

2005-10-27 Thread Vladimir Serbinenko
I wrote the scripting support. The patch can be found under http://phcoder.hut1.ru/bash.patch As in this version there is no arithmethic support I added commands true5 and false 5 for testing They return five times true and then false (true5) or inverse (false5) TODO: 1) Positional arguments li