update my-laptop.html, add my-old-laptop.html

This commit is contained in:
gnat
2024-08-20 18:27:46 -07:00
parent a8afbedae6
commit 3d8ff34e5a
6 changed files with 189 additions and 86 deletions

View File

@ -14,7 +14,7 @@
</section>
<section>
<h2>Currently available information:</h2>
$[for line in $(cat main.py | grep Route -A1 | grep '/stats/' | sed "s/'//g; s/,//g"); do echo "$(make-link $line)"; done]
$[for line in $(cat sludge/src/lib/router.py | grep Route -A1 | grep '/stats/' | sed "s/'//g; s/,//g" | cut -d= -f3); do echo "$(make-link $line)"; done]
</section>
</main>
$[include html/footer.html]