Can 164kb (uncompressed) be trimmed by removing one of the emelfm binaries? http://lucky13linux.wordpress.com/files....ted.pngDoing an ls -li (show inode) will reveal that they are the same file.Sorry, I should've looked to make sure the directory wasn't linked.
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?Since the section of code in question is almost like embedded a bash script inside lua, I have factored it out into such and made is generic to be called by both the update database and download only areas. I needed this in tiny core and it have backported into v4.4. Hopefully both of which will be posted in the next few days.Next Page...
original here.