forked from hummypkg/webif
8cc2ef3d3f
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@512 2a923420-c742-0410-a762-8d5b09965624
12 lines
256 B
Plaintext
Executable File
12 lines
256 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
source /mod/var/mongoose/lib/setup
|
|
|
|
foreach file [glob -nocomplain /tmp/*.log] {
|
|
puts "<a href=# class=log file=\"$file\">
|
|
<img border=0 height=14 src=/images/421_1_00_CH_Title_2R_Arrow.png>
|
|
[file tail $file]
|
|
</a><br>"
|
|
}
|
|
|