Compare commits
No commits in common. "4eb17dfc02f376ad8bf5ef5eeb21916d91e9b79d" and "bf818ffabdb7d41e502437510de69061b74aa783" have entirely different histories.
4eb17dfc02
...
bf818ffabd
@ -80,7 +80,7 @@ fi)
|
||||
<div class="scrollbox">
|
||||
<a href="./">latest</a><br>
|
||||
$(
|
||||
find "$DATADIR" -name "status_*.html" -type f -printf "%f\n" | sort -r | head -n10 | while read stat; do
|
||||
find "$DATADIR" -name "status_*.html" -type f -printf "%f\n" | head -n10 | while read stat; do
|
||||
t="${stat#status_}"
|
||||
t="${t%.html}"
|
||||
printf '<a href="%s">%s</a> - %s<br>' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user