Add script

This commit is contained in:
Miloslav Ciz 2022-05-15 21:11:48 +02:00
parent 86b6074707
commit eaa715af8c

View file

@ -9,7 +9,7 @@ echo "<html><head><link rel=\"stylesheet\" href=\"style.css\"><title>LRS Wiki</t
echo "$HEADER <ul>" > html/$FILELIST echo "$HEADER <ul>" > html/$FILELIST
for f in *.md; do for f in `ls *.md | sort`; do
echo "processing $f" echo "processing $f"
fname=$(echo "$f" | sed "s/\.md//g") fname=$(echo "$f" | sed "s/\.md//g")