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

Scripting framework

2005-10-23 Thread Marco Gerards
Hi, In the last emails we discussed scripting support. Because it was quite hard to explain everything and it was quite easy to implement the basic framework we can use to implement scripting I just did some hacking. It is not complete scripting support. All it is is just a structure to work fr