why is this so hard????
This commit is contained in:
parent
f30b3d6af5
commit
fc455d7430
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
<br>
|
<br>
|
||||||
<t>Users:</t>
|
<t>Users:</t>
|
||||||
<ul id="users">
|
<ul id="users">
|
||||||
<!--USERS-->
|
USERDESCS
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@ rm ../index.html
|
||||||
descs=$(./genuserdescs.scm)
|
descs=$(./genuserdescs.scm)
|
||||||
template=$(cat index.html.template)
|
template=$(cat index.html.template)
|
||||||
|
|
||||||
echo "$template" | sed "s/<!--USERS-->/$descs/" > ../index.html
|
echo "$template" | sed -E "s/USERDESCS/$descs/" > ../index.html
|
||||||
Loading…
Add table
Add a link
Reference in a new issue