Update 2023-11-03 13:38:47
This commit is contained in:
parent
4fd7e9aef0
commit
30bb90a217
@ -21,7 +21,7 @@ EOF
|
||||
ls -r1 *.ps *.pm *.ph *.pa *.pt 2>/dev/null | fgrep '.draft.' | while read line
|
||||
do
|
||||
TITLE="$(echo "${line%%.*}" | tr '_' ' ')"
|
||||
URI="posts/${line%%.*}.html"
|
||||
URI="posts/${line%.*}.html"
|
||||
|
||||
cat <<EOF
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user