This commit is contained in:
parent
1e63b3d818
commit
9641eb8dd9
9 changed files with 619 additions and 83 deletions
15
plugins/logroll.sh
Executable file
15
plugins/logroll.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd log
|
||||
|
||||
echo "<ul>"
|
||||
|
||||
for file in "$(ls -1 ???-*.doll)"; do
|
||||
echo "<li>"
|
||||
|
||||
echo "<a href=\"${file//.doll/.html}\">${file//.doll/}</a>"
|
||||
|
||||
echo "</li>"
|
||||
done
|
||||
|
||||
echo "</ul>"
|
Loading…
Add table
Add a link
Reference in a new issue