15 lines
320 B
HTML
15 lines
320 B
HTML
|
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Useful/"</INJECT>
|
||
|
|
||
|
<h1>Useful</h1>
|
||
|
<div>
|
||
|
<p>
|
||
|
Useful stuff to know/resources
|
||
|
</p>
|
||
|
<p>
|
||
|
<INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
|
||
|
</p>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<INJECT>cat $HOME/template/footer.html</INJECT>
|