lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: June 07 2008,20:02 |
|
Quote | That's going to make for one long execute string if it needs to be split up into three separate wget commands. Open to any better suggestions, as always. |
Not sure this is better or even practical because lua isn't my thing. Can the three things that need to be downloaded be assigned to an array (guess that would be table in lua) and then use table.foreach() to os.execute your wget command three times all in one line?
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|