testing stuff

This commit is contained in:
Rakarake 2026-03-07 19:21:18 +01:00
parent d1b04c13d1
commit e0c772db92
6 changed files with 199 additions and 8 deletions

5
run.sh
View file

@ -1,3 +1,6 @@
#/bin/sh
cargo run "$@" > blog.html
sed template.html -e '/INSERT_HERE/r blog.html' > result.html
sed template.html -e '/INSERT_HERE/{
r blog.html
d
}' > result.html