Add script
This commit is contained in:
parent
86b6074707
commit
eaa715af8c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue