website/bscripts/index.html

18 lines
562 B
HTML

<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Build Scripts/"</INJECT>
<h1>Build Scripts</h1>
<div>
<p>
Folder keeping build script helpers(for running using my injector).
<br>
For example: a python script
(yes i know i hate python but its v quick for simple stuff)
to transform input from <code>ls</code> into a list of &lt;a&gt; tags(with space between)
</p>
<hr/>
<INJECT>python $HOME/bscripts/ls_table.py $CURRENT</INJECT>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>