gf alcohol list

This commit is contained in:
RustyStriker 2022-08-19 13:38:46 +03:00
parent dd47134dca
commit a1569ef2ae
2 changed files with 131 additions and 0 deletions

14
useful/index.html Normal file
View file

@ -0,0 +1,14 @@
<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>