commit 89a0fdb
chld
·
2026-06-23 04:06:19 +0000 UTC
parent 67c6507
lil fix
1 files changed,
+2,
-1
+2,
-1
1@@ -4,10 +4,11 @@ ba=0
2
3 echo '<p>this is where chld writes blogs.<br>'
4 for i in blog/*.html; do ba=$((ba+1));done
5-echo "at the moment we have <i>$ba</i> blogs. read some!!</p>"
6+echo "at the moment we have <i>$ba</i> blogs. read some!!</p><br>"
7
8 echo "<p style='margin-left: 40px;'>"
9 for i in blog/*.html; do
10+ echo "> "
11 echo "<a href=$i>"
12 echo $i|sed 's#blog/##g'|sed 's/.html//g'|sed 's/_/ /g'
13 echo "</a><br>"