forked from hummypkg/webif
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
|
#!/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>"
|
||
|
}
|
||
|
|