17 lines
589 B
HTML
17 lines
589 B
HTML
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Build Scripts/"</INJECT>
|
|
|
|
<h1>Build Scripts</h1>
|
|
<div style="text-align:center;">
|
|
<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 <a> tags(with space between)
|
|
</p>
|
|
<hr/>
|
|
<INJECT>python $HOME/bscripts/ls_table.py $CURRENT</INJECT>
|
|
</div>
|
|
|
|
|
|
<INJECT>cat $HOME/template/footer.html</INJECT>
|