This commit is contained in:
parent
bb2dee674f
commit
f9db24c502
3 changed files with 403 additions and 1 deletions
|
@ -4,7 +4,8 @@ cd log
|
|||
|
||||
echo "<ul>"
|
||||
|
||||
for file in "$(ls -1 ???-*.doll)"; do
|
||||
files=$(ls ???-*.doll)
|
||||
for file in $files; do
|
||||
echo "<li>"
|
||||
|
||||
echo "<a href=\"${file//.doll/.html}\">${file//.doll/}</a>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue