Code Sample |
dsl@box:~$ diff /usr/bin/mydslBrowser.lua ./mydslBrowser.lua 25c25 < execute('wget -q http://www.ibiblio.org/pub/Linux/distributions/damnsmall/mydsl/' .. library .. '/index.html') --- > execute('links -source http://www.ibiblio.org/pub/Linux/distributions/damnsmall/mydsl/' .. library .. '/index.html' .. '| sed "s/>/>\\n/g" > index.html') |
Code Sample |
dsl@box:~$ PATH=.:$PATH dsl@box:~$ mydslPanel.lua |
Code Sample |
dsl@box:~$ mydslPanel.lua wget: content-length 19742 is garbage Cannot open file index.html: No such file or directory |