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